mirror of
https://github.com/immich-app/immich.git
synced 2026-03-23 20:20:44 +03:00
chore: use fontWeight for Text component (#25262)
This commit is contained in:
@@ -11,6 +11,6 @@
|
||||
</script>
|
||||
|
||||
<div class="flex justify-between items-center">
|
||||
<Text class="text-sm font-medium">{title}</Text>
|
||||
<Text class="text-sm" fontWeight="medium">{title}</Text>
|
||||
<Icon icon={state ? mdiCheck : mdiClose} class={state ? 'text-primary' : 'text-danger'} size="24" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user