Copy prests between banks; preset multi-select.

This commit is contained in:
Robin E. R. Davies
2025-09-21 15:08:55 -04:00
parent b25e90df7b
commit 6105dff931
16 changed files with 672 additions and 208 deletions
+17
View File
@@ -39,6 +39,12 @@ declare module '@mui/material/styles' {
mainBackground?: React.CSSProperties['color'];
toolbarColor?: React.CSSProperties['color'];
}
interface Palette {
actionBar: Palette['primary'];
}
interface PaletteOptions {
actionBar: PaletteOptions['primary'];
}
}
@@ -143,7 +149,12 @@ const theme = createTheme(
},
secondary: {
main: "#FF6060"
},
actionBar: {
main: '#130b22ff',
contrastText: '#FFFFFF'
}
},
mainBackground: "#222",
toolbarColor: '#222'
@@ -209,8 +220,14 @@ const theme = createTheme(
},
secondary: {
main: "#FF6060"
},
actionBar: {
main: '#130b22ff',
contrastText: '#FFFFFF'
}
},
mainBackground: "#FFFFFF",
toolbarColor: '#FFFFFF'