mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
Update compound hand raised icon.
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
||||
import {
|
||||
SearchIcon,
|
||||
CloseIcon,
|
||||
HandRaisedIcon,
|
||||
RaisedHandSolidIcon,
|
||||
} from "@vector-im/compound-design-tokens/assets/web/icons";
|
||||
import {
|
||||
ChangeEventHandler,
|
||||
@@ -56,7 +56,7 @@ const InnerButton: FC<InnerButtonProps> = ({ raised, ...props }) => {
|
||||
className={classNames(raised && styles.raisedButton)}
|
||||
kind={raised ? "primary" : "secondary"}
|
||||
iconOnly
|
||||
Icon={HandRaisedIcon}
|
||||
Icon={RaisedHandSolidIcon}
|
||||
{...props}
|
||||
/>
|
||||
</Tooltip>
|
||||
@@ -121,6 +121,7 @@ export function ReactionPopupMenu({
|
||||
name="reactionSearch"
|
||||
placeholder="Search reactions…"
|
||||
onChange={onSearch}
|
||||
autoFocus
|
||||
/>
|
||||
<CpdButton
|
||||
Icon={CloseIcon}
|
||||
|
||||
Reference in New Issue
Block a user