mirror of
https://github.com/immich-app/immich.git
synced 2025-06-16 21:38:28 +02:00
refactor: default border color (#18292)
This commit is contained in:
parent
7d95bad5cb
commit
f357f3324f
5 changed files with 11 additions and 9 deletions
|
@ -40,7 +40,7 @@ export default {
|
|||
},
|
||||
borderColor: ({ theme }) => ({
|
||||
...theme('colors'),
|
||||
DEFAULT: 'rgb(var(--immich-ui-gray) / <alpha-value>)',
|
||||
DEFAULT: 'rgb(var(--immich-ui-default-border) / <alpha-value>)',
|
||||
}),
|
||||
fontFamily: {
|
||||
'immich-mono': ['Overpass Mono', 'monospace'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue