Merge remote-tracking branch 'qortal/feature/background-colors' into feature/background-colors

This commit is contained in:
PhilReact 2025-04-27 15:42:12 +03:00
commit eb457f91af

View File

@ -26,6 +26,10 @@ const lightThemeOptions: ThemeOptions = {
main: 'rgba(0, 0, 0, 0.12)', main: 'rgba(0, 0, 0, 0.12)',
subtle: 'rgba(0, 0, 0, 0.08)', subtle: 'rgba(0, 0, 0, 0.08)',
}, },
border: {
main: 'rgba(0, 0, 0, 0.12)',
subtle: 'rgba(0, 0, 0, 0.08)',
},
}, },
components: { components: {
MuiCard: { MuiCard: {