Skip to content

Commit 86fb59c

Browse files
committed
fix: adjust text input color
1 parent a5f07e0 commit 86fb59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
--blink-text-button-success: #00a095;
3232
--blink-text-error: #f71a05;
3333
--blink-text-error-hover: #ff402e;
34-
--blink-text-input: #737373;
34+
--blink-text-input: #232324;
3535
--blink-text-input-disabled: #b3b3b3;
3636
--blink-text-input-placeholder: #737373;
3737
--blink-text-link: #737373;

0 commit comments

Comments
 (0)