mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00: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