mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 04:51:06 +02:00
Fix styles
This commit is contained in:
@@ -75,7 +75,7 @@ const pMenuItem = ({ isActive, children, ...props }: MenuItemProps) => {
|
||||
<StyledMenuItem
|
||||
isActive={isActive && isActive}
|
||||
rightSection={
|
||||
isActive && <RiArrowLeftLine color="var(--primary-color)" size="1em" />
|
||||
isActive && <RiArrowLeftLine color="var(--primary-color)" />
|
||||
}
|
||||
{...props}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user