refactor: default border color ()

This commit is contained in:
Jason Rasmussen 2025-05-14 14:12:57 -04:00 committed by GitHub
parent 7d95bad5cb
commit f357f3324f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 9 deletions

View file

@ -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'],