Skip to content

Commit

Permalink
fix: adjust save settings icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
dasdawidt committed Mar 30, 2024
1 parent 610977f commit 32ca6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/inputs/SaveSettingsSwitch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const options: {
class="flex flex-row justify-center items-center flex-nowrap w-full gap-3"
>
<SvgIcon
class="!scale-125 opacity-75"
class="!scale-[1.35] opacity-75"
type="mdi"
size="16"
:path="slotProps.option.icon"
Expand Down

0 comments on commit 32ca6f6

Please sign in to comment.