💄(frontend) fix screen-share control alignment

Oopsie, due to its (too) big icon, the height of this control was 4px bigger
than other buttons. Fixed that minor issue.
This commit is contained in:
lebaudantoine
2025-01-21 00:24:38 +01:00
committed by aleb_the_flash
parent 10c3c67d53
commit a06daad33d

View File

@@ -46,9 +46,9 @@ export const ScreenShareToggle = ({
{...props}
>
<Div position="relative">
<RiRectangleLine size={28} />
<RiRectangleLine size={24} />
<Icon
size={16}
size={14}
style={{
position: 'absolute',
top: '50%',