Skip to content

Commit

Permalink
components/email-input: fix the dark theme border by using gray-border
Browse files Browse the repository at this point in the history
  • Loading branch information
LawnGnome committed Dec 19, 2024
1 parent 967ebd8 commit d30d021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/email-input.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.row {
width: 100%;
border: 1px solid #d5d3cb;
border: 1px solid var(--gray-border);
border-bottom-width: 0;
padding: var(--space-2xs) var(--space-s);
display: flex;
Expand Down

0 comments on commit d30d021

Please sign in to comment.