Skip to content

Commit

Permalink
fix(ui): p tag size
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Feb 3, 2025
1 parent 36d2866 commit 171dfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desk/src/components/view-controls/SortBy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
#target="{ togglePopover, selectedValue, displayValue }"
>
<Button
class="flex w-full items-center justify-between rounded-l-none !text-gray-600"
class="flex w-full items-center justify-between rounded-l-none !text-gray-600 text-xs"
size="md"
@click="togglePopover()"
>
Expand Down

0 comments on commit 171dfa3

Please sign in to comment.