mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Update memo notification styling
Summary: Updates CSS for memo notifications to match latest Figma designs. Test Plan: N/A Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D3737
This commit is contained in:
@@ -48,6 +48,8 @@ export const GristDark: ThemeColors = {
|
||||
'toast-text': '#FFFFFF',
|
||||
'toast-text-light': '#929299',
|
||||
'toast-bg': '#040404',
|
||||
'toast-memo-text': '#EFEFEF',
|
||||
'toast-memo-bg': '#555563',
|
||||
'toast-error-icon': '#D0021B',
|
||||
'toast-error-bg': '#D0021B',
|
||||
'toast-success-icon': '#009058',
|
||||
|
||||
@@ -48,6 +48,8 @@ export const GristLight: ThemeColors = {
|
||||
'toast-text': '#FFFFFF',
|
||||
'toast-text-light': '#929299',
|
||||
'toast-bg': '#040404',
|
||||
'toast-memo-text': '#FFFFFF',
|
||||
'toast-memo-bg': '#262633',
|
||||
'toast-error-icon': '#D0021B',
|
||||
'toast-error-bg': '#D0021B',
|
||||
'toast-success-icon': '#009058',
|
||||
|
||||
Reference in New Issue
Block a user