change(ui) - playback timemode alignment

This commit is contained in:
Shekar Siri 2023-05-04 13:29:26 +02:00
parent 26e7f7f751
commit 93491eadfc

View file

@ -18,7 +18,7 @@ function PlayingTime({ isUniTime, setIsUniTime, startedAt }: Props) {
className="cursor-pointer select-none"
distance={20}
render={({close}) => (
<div className={'flex flex-col gap-2 bg-white py-2 rounded color-gray-darkest'}>
<div className={'flex flex-col gap-2 bg-white py-2 rounded color-gray-darkest text-left'}>
<div className={'font-semibold px-4 cursor-default'}>Playback Time Mode</div>
<div className={'flex flex-col cursor-pointer hover:bg-active-blue w-full px-4'}>
<div className={'text-sm text-disabled-text text-left'}>Current / Session Duration</div>