Skip to content

Commit

Permalink
fix(web): HelpAndFeedback button the same size as Theme button in nav…
Browse files Browse the repository at this point in the history
…bar (#15791)

fix(server): HelpAndFeedback button the same size as Theme button in navbar
  • Loading branch information
preeperkiller authored Jan 30, 2025
1 parent 6e31ac4 commit 844eed8
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 844eed8

Please sign in to comment.