Skip to content

Commit d0dcaa4

Browse files
committed
style(TextInput.module.scss): change label color from $text-secondary to $text-primary for better visibility and consistency
1 parent b8aba62 commit d0dcaa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/input/text_input/TextInput.module.scss

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

77
// by default, the label shows at the top left corner of the input
88
label {
9-
color: theme.$text-secondary;
9+
color: theme.$text-primary;
1010
pointer-events: none;
1111
transition: left 300ms, top 300ms, font-size 300ms, padding-top 300ms, transform 300ms, color 300ms,
1212
background-color 300ms ease-in-out;

0 commit comments

Comments
 (0)