Skip to content

Commit

Permalink
style dialect again (solana-labs#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
asktree authored Nov 21, 2023
1 parent 623f9f5 commit 3453317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/DialectNotificationsModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const themeVariables: IncomingThemeVariables = {
toggleBackgroundActive: 'bg-primary-light',
},
textStyles: {
input: 'text-black',
input: 'text-primary-1 bg-bkg-1 border-none hover:border-none',
},
outlinedInput: `${defaultVariables.dark.outlinedInput} focus-within:border-primary-light`,
disabledButton: `${defaultVariables.dark.disabledButton} border-primary-light font-bold rounded-full border-fgd-3 text-fgd-3 cursor-not-allowed`,
Expand Down

0 comments on commit 3453317

Please sign in to comment.