1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Removing none from sizes (#20130)

Co-authored-by: Garrett Bear <gwhisten@gmail.com>
This commit is contained in:
George Marshall 2023-07-22 00:32:53 -07:00 committed by GitHub
parent 02b45aa648
commit e030f28ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {