mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-14 15:16:09 -05:00
Tweak team menu button styling
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -123,6 +123,7 @@
|
||||
.actionButtons {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: var(--s-2);
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user