💄(react) make multi select height homogeneous
Some discussion appeared about the fact the multi select was changing height when pill were selected, making this input having a bigger height than others making it looks weird in a form comparing to the others. Modifying the padding and font size make the input keep the same height. See #114
This commit is contained in:
@@ -24,4 +24,5 @@ export const tokens = (defaults: DefaultTokens) => ({
|
||||
"multi-pill-background-color": defaults.theme.colors["greyscale-200"],
|
||||
"multi-pill-border-radius": "2px",
|
||||
"multi-pill-max-width": "68%",
|
||||
"multi-pill-font-size": defaults.theme.font.sizes.m,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user