mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 01:11:36 +03:00
chore: update colour variables
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<HStack>
|
||||
<Icon
|
||||
icon={writable ? mdiCheck : mdiClose}
|
||||
color={`rgb(var(--immich-ui-${writable ? 'success' : 'danger'}))`}
|
||||
color={`var(--immich-ui-${writable ? 'success' : 'danger'}-500)`}
|
||||
/>
|
||||
<Text
|
||||
>{folder} ({$t(
|
||||
@@ -48,7 +48,7 @@
|
||||
<Icon
|
||||
class="mt-1"
|
||||
icon={files ? mdiCheck : folder === 'profile' || folder === 'upload' ? mdiClose : mdiAlert}
|
||||
color={`rgb(var(--immich-ui-${files ? 'success' : folder === 'profile' || folder === 'upload' ? 'danger' : 'warning'}))`}
|
||||
color={`var(--immich-ui-${files ? 'success' : folder === 'profile' || folder === 'upload' ? 'danger' : 'warning'}-500)`}
|
||||
/>
|
||||
<Stack gap={0} class="items-start">
|
||||
<Text>
|
||||
|
||||
Reference in New Issue
Block a user