1
0
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:
George Marshall 2022-03-23 08:46:22 -07:00 committed by GitHub
parent 4525a81389
commit e260bd95fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 16 deletions

View File

@ -102,8 +102,4 @@ PRIMARY1: 'primary-1',
PRIMARY3: 'primary-3',
SECONDARY1: 'secondary-1',
SECONDARY3: 'secondary-3',
SUCCESS1: 'success-1',
SUCCESS3: 'success-3',
ERROR1: 'error-1',
ALERT1: 'alert-1',
```

View File

@ -118,10 +118,6 @@ PRIMARY1: 'primary-1',
PRIMARY3: 'primary-3',
SECONDARY1: 'secondary-1',
SECONDARY3: 'secondary-3',
SUCCESS1: 'success-1',
SUCCESS3: 'success-3',
ERROR1: 'error-1',
ALERT1: 'alert-1',
```
### Font Weight

View File

@ -36,10 +36,6 @@ export const ValidColors = [
COLORS.PRIMARY3,
COLORS.SECONDARY1,
COLORS.SECONDARY3,
COLORS.SUCCESS1,
COLORS.SUCCESS3,
COLORS.ERROR1,
COLORS.ALERT1,
];
export const ValidTags = [

View File

@ -60,10 +60,6 @@ export const COLORS = {
PRIMARY3: 'primary-3',
SECONDARY1: 'secondary-1',
SECONDARY3: 'secondary-3',
SUCCESS1: 'success-1',
SUCCESS3: 'success-3',
ERROR1: 'error-1',
ALERT1: 'alert-1',
};
export const TYPOGRAPHY = {