wip arrow up

it makes more sense to have the arrow up as the menu open to the top
This commit is contained in:
lebaudantoine
2025-07-31 21:10:31 +02:00
parent fc54486645
commit 9b1b51da1e
@@ -5,7 +5,7 @@ import {
UseTrackToggleProps,
} from '@livekit/components-react'
import { Button, Menu, MenuList } from '@/primitives'
import { RiArrowDownSLine } from '@remixicon/react'
import { RiArrowUpSLine } from '@remixicon/react'
import {
LocalAudioTrack,
LocalVideoTrack,
@@ -131,7 +131,7 @@ export const SelectToggleDevice = <T extends ToggleSource>({
square
variant={trackProps.enabled ? variant : 'error2'}
>
<RiArrowDownSLine />
<RiArrowUpSLine />
</Button>
<MenuList
items={devices.map((d) => ({