mirror of
https://github.com/immich-app/immich.git
synced 2025-12-04 11:49:53 +09:00
refactor: use UI library variable for table (#18105)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<div class="flex h-[140px] w-[250px] flex-col justify-between rounded-3xl bg-immich-gray p-5 dark:bg-immich-dark-gray">
|
||||
<div class="flex h-[140px] w-[250px] flex-col justify-between rounded-3xl bg-subtle p-5 dark:bg-immich-dark-gray">
|
||||
<div class="flex place-items-center gap-4 text-immich-primary dark:text-immich-dark-primary">
|
||||
<Icon path={icon} size="40" />
|
||||
<p>{title}</p>
|
||||
|
||||
Reference in New Issue
Block a user