A social knowledge tool for researchers built on ATProto

feat: set dark and light mode primary shades to be the same

+4
+4
src/webapp/styles/theme.tsx
··· 16 } from '@mantine/core'; 17 18 export const theme = createTheme({ 19 primaryColor: 'tangerine', 20 colors: { 21 tangerine: [
··· 16 } from '@mantine/core'; 17 18 export const theme = createTheme({ 19 + primaryShade: { 20 + light: 6, 21 + dark: 6, 22 + }, 23 primaryColor: 'tangerine', 24 colors: { 25 tangerine: [