Skip to content

Commit

Permalink
Views: Base-vonfiguratios: Adjust help icon size
Browse files Browse the repository at this point in the history
Signed-off-by: Arturo Manzoli <[email protected]>
  • Loading branch information
ArturoManzoli committed Jun 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2715cbd commit f22b340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/BaseConfigurationView.vue
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
</div>
<div
class="font-semibold flex-centered mt-3"
:style="{ fontSize: interfaceStore.isOnSmallScreen ? '16px' : '20px' }"
:style="{ fontSize: interfaceStore.isOnSmallScreen ? '14px' : '20px' }"
>
<slot name="title"></slot>
</div>

0 comments on commit f22b340

Please sign in to comment.