Skip to content

Commit

Permalink
fix(ui): decrease rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jan 26, 2025
1 parent 07c4221 commit 057c04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/components/Connectors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const availableConnectors = computed(() => {
:src="connector.info.icon"
height="28"
width="28"
class="rounded-lg"
class="rounded-sm"
:alt="connector.info.name"
/>
{{ connector.info.name }}
Expand Down

0 comments on commit 057c04e

Please sign in to comment.