Skip to content

Commit b3e22c2

Browse files
committed
style: tweak minor style
1 parent 81a7aa4 commit b3e22c2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/App.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@
135135

136136
<!-- Rounded corners -->
137137
<div class="flex flex-col gap-6">
138-
<div class="text-secondary text-base">Rounded corners</div>
138+
<div class="text-secondary-foreground text-base">
139+
Rounded corners
140+
</div>
139141
<div class="flex items-center gap-3">
140142
<ToggleButton
141143
v-model:selected="borderRadius"
@@ -157,7 +159,9 @@
157159

158160
<!-- Social Auth Layout -->
159161
<div class="flex flex-col gap-6">
160-
<div class="text-secondary text-base">Social Auth Layout</div>
162+
<div class="text-secondary-foreground text-base">
163+
Social Auth Layout
164+
</div>
161165
<div class="flex items-center gap-3">
162166
<ToggleButton
163167
v-model:selected="socialLayout"

src/components/IconMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
strokeWidth="2"
77
stroke="currentColor"
88
ariaHidden="true"
9-
class="text-slate-200 dark:text-slate-500 w-6"
9+
class="w-6"
1010
>
1111
<path
1212
strokeLinecap="round"

0 commit comments

Comments
 (0)