Skip to content

Commit d30d021

Browse files
committed
components/email-input: fix the dark theme border by using gray-border
1 parent 967ebd8 commit d30d021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/email-input.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
.row {
66
width: 100%;
7-
border: 1px solid #d5d3cb;
7+
border: 1px solid var(--gray-border);
88
border-bottom-width: 0;
99
padding: var(--space-2xs) var(--space-s);
1010
display: flex;

0 commit comments

Comments
 (0)