mirror of
https://github.com/vector-im/element-call.git
synced 2026-05-01 09:54:37 +00:00
review: make appBar styling use IconButton (fix margins)
This commit is contained in:
@@ -645,7 +645,7 @@ export const InCallView: FC<InCallViewProps> = ({
|
||||
if (audioOutputButton) buttons.push(audioOutputButton);
|
||||
|
||||
useAppBarSecondaryButton(
|
||||
<SettingsButton key="settings" onClick={openSettings} />,
|
||||
<SettingsButton forAppBar key="settings" onClick={openSettings} />,
|
||||
);
|
||||
|
||||
buttons.push(
|
||||
|
||||
Reference in New Issue
Block a user