refactor: ♻️ Redesign note UI

This commit is contained in:
Jesse Wierzbinski 2025-12-09 23:26:59 +01:00
parent 3627ac0ef8
commit 35f72e6197
No known key found for this signature in database
7 changed files with 77 additions and 127 deletions

View file

@ -1,5 +1,5 @@
<template>
<Button variant="ghost" class="max-w-14 w-full" size="sm">
<Button variant="ghost" size="sm">
<component :is="icon" class="size-4"/>
<slot/>
</Button>