Performed formatting

This commit is contained in:
Imad Saddik 2025-12-20 09:07:54 +01:00
parent 61d99bbd88
commit 33d8d0f461
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
interface Props {
class?: string;
style?: string;
style?: string;
}
let { class: className = '', style = '' }: Props = $props();
@ -15,7 +15,7 @@
}
</script>
<div class="mb-3 {className}" style={style} in:fly={{ y: 10, duration: 250 }}>
<div class="mb-3 {className}" {style} in:fly={{ y: 10, duration: 250 }}>
<div
class="rounded-md border border-yellow-200 bg-yellow-50 px-3 py-2 dark:border-yellow-800 dark:bg-yellow-950"
>