Skip to content

Commit 171dfa3

Browse files
committed
fix(ui): p tag size
1 parent 36d2866 commit 171dfa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desk/src/components/view-controls/SortBy.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
#target="{ togglePopover, selectedValue, displayValue }"
108108
>
109109
<Button
110-
class="flex w-full items-center justify-between rounded-l-none !text-gray-600"
110+
class="flex w-full items-center justify-between rounded-l-none !text-gray-600 text-xs"
111111
size="md"
112112
@click="togglePopover()"
113113
>

0 commit comments

Comments
 (0)