mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Removing unused SUCCESS, ERROR and ALERT colors from codebase (#14122)
This commit is contained in:
parent
4525a81389
commit
e260bd95fc
@ -102,8 +102,4 @@ PRIMARY1: 'primary-1',
|
|||||||
PRIMARY3: 'primary-3',
|
PRIMARY3: 'primary-3',
|
||||||
SECONDARY1: 'secondary-1',
|
SECONDARY1: 'secondary-1',
|
||||||
SECONDARY3: 'secondary-3',
|
SECONDARY3: 'secondary-3',
|
||||||
SUCCESS1: 'success-1',
|
|
||||||
SUCCESS3: 'success-3',
|
|
||||||
ERROR1: 'error-1',
|
|
||||||
ALERT1: 'alert-1',
|
|
||||||
```
|
```
|
||||||
|
@ -118,10 +118,6 @@ PRIMARY1: 'primary-1',
|
|||||||
PRIMARY3: 'primary-3',
|
PRIMARY3: 'primary-3',
|
||||||
SECONDARY1: 'secondary-1',
|
SECONDARY1: 'secondary-1',
|
||||||
SECONDARY3: 'secondary-3',
|
SECONDARY3: 'secondary-3',
|
||||||
SUCCESS1: 'success-1',
|
|
||||||
SUCCESS3: 'success-3',
|
|
||||||
ERROR1: 'error-1',
|
|
||||||
ALERT1: 'alert-1',
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Font Weight
|
### Font Weight
|
||||||
|
@ -36,10 +36,6 @@ export const ValidColors = [
|
|||||||
COLORS.PRIMARY3,
|
COLORS.PRIMARY3,
|
||||||
COLORS.SECONDARY1,
|
COLORS.SECONDARY1,
|
||||||
COLORS.SECONDARY3,
|
COLORS.SECONDARY3,
|
||||||
COLORS.SUCCESS1,
|
|
||||||
COLORS.SUCCESS3,
|
|
||||||
COLORS.ERROR1,
|
|
||||||
COLORS.ALERT1,
|
|
||||||
];
|
];
|
||||||
|
|
||||||
export const ValidTags = [
|
export const ValidTags = [
|
||||||
|
@ -60,10 +60,6 @@ export const COLORS = {
|
|||||||
PRIMARY3: 'primary-3',
|
PRIMARY3: 'primary-3',
|
||||||
SECONDARY1: 'secondary-1',
|
SECONDARY1: 'secondary-1',
|
||||||
SECONDARY3: 'secondary-3',
|
SECONDARY3: 'secondary-3',
|
||||||
SUCCESS1: 'success-1',
|
|
||||||
SUCCESS3: 'success-3',
|
|
||||||
ERROR1: 'error-1',
|
|
||||||
ALERT1: 'alert-1',
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export const TYPOGRAPHY = {
|
export const TYPOGRAPHY = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user