-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: remove color of warning frame around scenario results
BREAKING CHANGE: the property `dashboard.warning` in the theme palette is no longer used, it has been removed from the theme files Co-authored-by: Emma Michelet <emma.michelet@cosmotech.com>
- Loading branch information
Showing
3 changed files
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,4 @@ export default { | |
login: { | ||
main: '#2F363B', | ||
}, | ||
dashboard: { | ||
warning: 'rgba(255, 167, 38, 0.3)', | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,4 @@ export default { | |
login: { | ||
main: '#EBE7E2', | ||
}, | ||
dashboard: { | ||
warning: 'rgba(255, 167, 38, 0.3)', | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters