mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-27 19:29:19 +00:00
update back arrow size
This commit is contained in:
@@ -84,7 +84,7 @@ export const AppBar: FC<Props> = ({ children }) => {
|
||||
>
|
||||
<LeftNav>
|
||||
<Tooltip label={t("common.back")}>
|
||||
<IconButton size="24px" onClick={onBackClick}>
|
||||
<IconButton onClick={onBackClick}>
|
||||
{PrimaryButtonIcon ? (
|
||||
<PrimaryButtonIcon aria-hidden />
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user