Skip to content

Commit a23e11c

Browse files
committed
(fix): extend names modal
1 parent a9b2a3c commit a23e11c

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)