Skip to content

Commit

Permalink
fix(server): HelpAndFeedback button the same size as Theme button in …
Browse files Browse the repository at this point in the history
…navbar
  • Loading branch information
preeperkiller committed Jan 30, 2025
1 parent 6e31ac4 commit b80939e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
shape="round"
color="secondary"
variant="ghost"
size="large"
size="giant"
title={$t('support_and_feedback')}
icon={mdiHelpCircleOutline}
onclick={() => (shouldShowHelpPanel = !shouldShowHelpPanel)}
Expand Down

0 comments on commit b80939e

Please sign in to comment.