Skip to content

Commit 46fd28d

Browse files
committed
chore(app): use new utilities
1 parent 33e495d commit 46fd28d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/app.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export default defineAppConfig({
88
uiPro: {
99
footer: {
1010
slots: {
11-
root: 'border-t border-(--ui-border)',
12-
left: 'text-sm text-(--ui-text-muted)'
11+
root: 'border-t border-default',
12+
left: 'text-sm text-muted'
1313
}
1414
}
1515
},

app/components/TemplateMenu.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
trailing-icon="i-lucide-chevron-down"
3434
size="xs"
3535
class="-mb-[6px] font-semibold rounded-full truncate"
36-
:class="[open && 'bg-(--ui-primary)/15']"
36+
:class="[open && 'bg-primary/15']"
3737
:ui="{
3838
trailingIcon: ['transition-transform duration-200', open ? 'rotate-180' : undefined].filter(Boolean).join(' ')
3939
}"

0 commit comments

Comments
 (0)