This commit is contained in:
Reece
2025-06-20 23:00:26 +01:00
parent cbc5616a39
commit 25e9db2570
8 changed files with 215 additions and 120 deletions

View File

@@ -30,7 +30,7 @@ const gray: MantineColorsTuple = [
export const mantineTheme = createTheme({
// Primary color
primaryColor: 'primary',
// Color palette
colors: {
primary,
@@ -245,7 +245,7 @@ export const mantineTheme = createTheme({
},
control: {
color: 'var(--text-secondary)',
'&[data-active]': {
'[dataActive]': {
backgroundColor: 'var(--bg-surface)',
color: 'var(--text-primary)',
boxShadow: 'var(--shadow-sm)',
@@ -261,7 +261,7 @@ export const mantineTheme = createTheme({
'*': {
transition: 'background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease',
},
// Custom scrollbar styling
'*::-webkit-scrollbar': {
width: '8px',
@@ -278,4 +278,4 @@ export const mantineTheme = createTheme({
backgroundColor: 'var(--color-primary-500)',
},
}),
});
});