Tweak team menu button styling

This commit is contained in:
Kalle
2026-06-06 10:52:55 +03:00
parent 3f458cda34
commit 9c5f61c0f2
2 changed files with 3 additions and 2 deletions

View File

@@ -131,8 +131,8 @@ function TeamActionsMenu({ team }: { team: TeamLoaderData["team"] }) {
<SendouMenu
trigger={
<SendouButton
size="small"
variant="outlined"
size="big"
variant="minimal"
icon={<Menu />}
aria-label={t("team:actionButtons.teamActions")}
testId="team-actions-menu-button"

View File

@@ -123,6 +123,7 @@
.actionButtons {
display: flex;
justify-content: center;
align-items: center;
gap: var(--s-2);
flex-wrap: wrap;
}