We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9d274 commit a848281Copy full SHA for a848281
app/components/LogoContextMenu.vue
@@ -80,7 +80,7 @@ onKeyStroke('Escape', () => {
80
<ButtonBase
81
role="menuitem"
82
size="sm"
83
- class="w-full text-start gap-x-2 border-none !px-3 !py-1.5"
+ class="text-start gap-x-2 border-none !px-3 !py-1.5"
84
:classicon="copied ? 'i-lucide:check text-badge-green' : 'i-lucide:copy'"
85
@click="copySvg"
86
>
@@ -89,7 +89,7 @@ onKeyStroke('Escape', () => {
89
90
91
92
93
classicon="i-lucide:palette"
94
@click="goToBrand"
95
0 commit comments