💄(react) change label color when focused ( select, input )
We forgot to implement this behavior when coding these inputs.
This commit is contained in:
@@ -19,4 +19,5 @@ export const tokens = (defaults: DefaultTokens) => ({
|
||||
"item-font-size": defaults.theme.font.sizes.l,
|
||||
"background-color": "white",
|
||||
"menu-background-color": "white",
|
||||
"label-color--focus": defaults.theme.colors["primary-600"],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user