mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +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',
|
||||
inherit = 'inherit', // Used for Text, Icon, and Button components to inherit the parent elements font-size
|
||||
auto = 'auto',
|
||||
none = 'none',
|
||||
}
|
||||
|
||||
export enum BorderStyle {
|
||||
|
Loading…
Reference in New Issue
Block a user