Skip to content

Commit 8c4ad96

Browse files
Merge pull request #976 from ensdomains/fix/extendNamesModal
(fix): extend names modal
2 parents a9b2a3c + a23e11c commit 8c4ad96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/transaction-flow/input/ExtendNames/ExtendNames-flow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const NamesListItemContent = styled.div(
8484
const NamesListItemTitle = styled.div(
8585
({ theme }) => css`
8686
font-size: ${theme.space['5.5']};
87-
background: red;
87+
background: ${theme.colors.backgroundPrimary};
8888
`,
8989
)
9090

0 commit comments

Comments
 (0)