fix(ui) - menu rounded

This commit is contained in:
Shekar Siri 2023-03-29 15:47:58 +02:00
parent a79f7a4531
commit 09934de91e
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ function SettingsMenu(props: RouteComponentProps<Props>) {
return (
<div
style={{ width: '160px', marginTop: '35px' }}
className={cn(className, 'absolute -right-4 top-0 bg-white border p-2 text-left')}
className={cn(className, 'rounded absolute -right-4 top-0 bg-white border p-2 text-left')}
>
{isAdmin && (
<>

View file

@ -24,7 +24,7 @@ function UserMenu(props: RouteComponentProps<Props>) {
return (
<div
style={{ width: '250px' }}
className={cn(className, 'absolute right-0 top-0 bg-white border mt-14')}
className={cn(className, 'rounded absolute right-0 top-0 bg-white border mt-14')}
>
<div className="flex items-start p-3 border-b border-dashed hover:bg-active-blue" onClick={onAccountClick}>
<div className="w-10 h-10 bg-tealx rounded-full flex items-center justify-center mr-2 color-white shrink-0 uppercase">