mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Removing none from sizes (#20130)
Co-authored-by: Garrett Bear <gwhisten@gmail.com>
This commit is contained in:
parent
02b45aa648
commit
e030f28ba0
@ -206,7 +206,6 @@ export enum Size {
|
|||||||
XL = 'xl',
|
XL = 'xl',
|
||||||
inherit = 'inherit', // Used for Text, Icon, and Button components to inherit the parent elements font-size
|
inherit = 'inherit', // Used for Text, Icon, and Button components to inherit the parent elements font-size
|
||||||
auto = 'auto',
|
auto = 'auto',
|
||||||
none = 'none',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum BorderStyle {
|
export enum BorderStyle {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user