Skip to content

Commit

Permalink
FMAIL-24903: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarafa2n committed Jul 25, 2024
1 parent dec38c7 commit 36979f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/themeDescriptions/themes/octavius/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ export const octaviusTheme: ThemeOctaviusDescription = {
// Snackbar
octaviusColorSnackbarIconPositive: '#0DC268',
octaviusColorSnackbarIconNegative: '#FF5C5C',
octaviusColorSnackbarIconAccent: '#589BFF',
octaviusColorSnackbarIconAccent: '#0077FF',
octaviusColorSnackbarIconSecondary: '#9C9DA2',
octaviusColorSnackbarIconWarning: '#FF9E00',

octaviusColorSnackbarTextAccent: '#589BFF',
octaviusColorSnackbarTextAccent: '#1A85FF',
octaviusColorSnackbarTextContrast: '#FFFFFF',

octaviusColorSnackbarBackground: '#303030',
Expand All @@ -254,8 +254,8 @@ export const octaviusTheme: ThemeOctaviusDescription = {
colorIconAccentThemed: '#0077FF',
colorBackgroundAccentThemed: '#0077FF',
colorBackgroundAccent: '#0077FF',
colorStrokeAccent: '#0070FF',
colorStrokeAccentThemed: '#0070FF',
colorStrokeAccent: '#0077FF',
colorStrokeAccentThemed: '#0077FF',
octaviusColorIconUnread: '#0077FF',
octaviusColorHeaderProgress: '#0077FF',
},
Expand Down

0 comments on commit 36979f0

Please sign in to comment.