Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
ArturoManzoli authored and rafaellehmkuhl committed Jun 25, 2024

Verified

This commit was signed with the committer’s verified signature.
Thomas-Avery Thomas Avery
1 parent 51b7205 commit 2e0f4e2
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 2e0f4e2

Please sign in to comment.