styles: Updates theme of V1 check to match homepage

This commit is contained in:
Alicia Sykes
2024-06-15 22:44:58 +01:00
parent d3cbc50fb7
commit 8feb67de38
8 changed files with 17 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ const Row = styled.div`
display: flex;
justify-content: space-between;
padding: 0.25rem;
&:not(:last-child) { border-bottom: 1px solid ${colors.primary}; }
&:not(:last-child) { border-bottom: 1px solid ${colors.primaryTransparent}; }
span.lbl { font-weight: bold; }
span.val {
max-width: 200px;