From a069d28f3adb5179171bc7e62b601b8a094d587e Mon Sep 17 00:00:00 2001 From: Timo K Date: Tue, 14 Apr 2026 17:05:56 +0200 Subject: [PATCH] review: make appBar styling use IconButton (fix margins) --- src/AppBar.tsx | 11 ++++------- src/button/Button.tsx | 26 ++++++++++++++++---------- src/room/InCallView.tsx | 2 +- 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/src/AppBar.tsx b/src/AppBar.tsx index 72ee9285..95cdb32b 100644 --- a/src/AppBar.tsx +++ b/src/AppBar.tsx @@ -16,7 +16,7 @@ import { useMemo, useState, } from "react"; -import { Button, Heading, Tooltip } from "@vector-im/compound-web"; +import { Button, Heading, IconButton, Tooltip } from "@vector-im/compound-web"; import { CollapseIcon } from "@vector-im/compound-design-tokens/assets/web/icons"; import { useTranslation } from "react-i18next"; @@ -68,12 +68,9 @@ export const AppBar: FC = ({ children }) => { > -