We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9b2a3c + a23e11c commit 8c4ad96Copy full SHA for 8c4ad96
1 file changed
src/transaction-flow/input/ExtendNames/ExtendNames-flow.tsx
@@ -84,7 +84,7 @@ const NamesListItemContent = styled.div(
84
const NamesListItemTitle = styled.div(
85
({ theme }) => css`
86
font-size: ${theme.space['5.5']};
87
- background: red;
+ background: ${theme.colors.backgroundPrimary};
88
`,
89
)
90
0 commit comments