mirror of
https://github.com/immich-app/immich.git
synced 2026-05-22 23:52:32 -04:00
chore: use fontWeight for Text component (#25262)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<div class="flex h-35 w-full flex-col justify-between rounded-3xl bg-subtle text-primary p-5">
|
||||
<div class="flex place-items-center gap-4">
|
||||
<Icon {icon} size="40" />
|
||||
<Text size="giant" class="font-medium">{title}</Text>
|
||||
<Text size="giant" fontWeight="medium">{title}</Text>
|
||||
</div>
|
||||
|
||||
<div class="relative mx-auto font-mono text-2xl font-medium">
|
||||
|
||||
Reference in New Issue
Block a user