1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-10 23:22:22 +02:00

refactor: admin sidebar (#18276)

This commit is contained in:
Jason Rasmussen
2025-05-14 11:23:57 -04:00
committed by GitHub
parent 4efc41d5d9
commit 4445288758
15 changed files with 103 additions and 55 deletions

View File

@@ -40,7 +40,7 @@ export default {
},
borderColor: ({ theme }) => ({
...theme('colors'),
DEFAULT: 'rgb(var(--immich-ui-default-border) / <alpha-value>)',
DEFAULT: 'rgb(var(--immich-ui-gray) / <alpha-value>)',
}),
fontFamily: {
'immich-mono': ['Overpass Mono', 'monospace'],