💄(react) change label color when focused ( select, input )
We forgot to implement this behavior when coding these inputs.
This commit is contained in:
@@ -12,4 +12,5 @@ export const tokens = (defaults: DefaultTokens) => ({
|
||||
"border-color--focus": defaults.theme.colors["primary-600"],
|
||||
"border-style": "solid",
|
||||
color: defaults.theme.colors["greyscale-800"],
|
||||
"label-color--focus": defaults.theme.colors["primary-600"],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user