mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat(FE-40): add none type to Color
This commit is contained in:
Vendored
+2
-1
@@ -6,6 +6,7 @@ type Color =
|
||||
| 'info'
|
||||
| 'success'
|
||||
| 'warning'
|
||||
| 'error';
|
||||
| 'error'
|
||||
| 'none';
|
||||
|
||||
export { Color };
|
||||
|
||||
Reference in New Issue
Block a user