✨(react) introduce large and extra-large new modal sizes
We realized it was missing an in between medium and large existing modal sizes. The old large now become extra-large. Closes #313
This commit is contained in:
@@ -9,6 +9,7 @@ export enum ModalSize {
|
||||
SMALL = "small",
|
||||
MEDIUM = "medium",
|
||||
LARGE = "large",
|
||||
EXTRA_LARGE = "extra-large",
|
||||
FULL = "full",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user