fix banner position and color
This commit is contained in:
@@ -44,6 +44,8 @@ export const lightTheme = createTheme({
|
||||
banner: {
|
||||
info: '#2E77D0',
|
||||
error: '#E22134',
|
||||
textColor: '#FFFFFF',
|
||||
linkColor: '#000000',
|
||||
},
|
||||
border: '#E6E6E6',
|
||||
textContrast: '#000000',
|
||||
@@ -100,6 +102,8 @@ export const darkTheme = createTheme({
|
||||
banner: {
|
||||
info: '#2E77D0',
|
||||
error: '#E22134',
|
||||
textColor: '#FFFFFF',
|
||||
linkColor: '#000000',
|
||||
},
|
||||
border: '#E6E6E6',
|
||||
textContrast: '#FFFFFF',
|
||||
|
||||
@@ -64,6 +64,8 @@ type PaletteAdditions = {
|
||||
banner: {
|
||||
info: string;
|
||||
error: string;
|
||||
textColor: string;
|
||||
linkColor: string;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user