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>
|
<HStack>
|
||||||
<Icon
|
<Icon
|
||||||
icon={writable ? mdiCheck : mdiClose}
|
icon={writable ? mdiCheck : mdiClose}
|
||||||
color={`rgb(var(--immich-ui-${writable ? 'success' : 'danger'}))`}
|
color={`var(--immich-ui-${writable ? 'success' : 'danger'}-500)`}
|
||||||
/>
|
/>
|
||||||
<Text
|
<Text
|
||||||
>{folder} ({$t(
|
>{folder} ({$t(
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
<Icon
|
<Icon
|
||||||
class="mt-1"
|
class="mt-1"
|
||||||
icon={files ? mdiCheck : folder === 'profile' || folder === 'upload' ? mdiClose : mdiAlert}
|
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">
|
<Stack gap={0} class="items-start">
|
||||||
<Text>
|
<Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user