mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +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}
|
||||
>
|
||||
|
||||
@@ -49,7 +49,12 @@ const StyledCard = styled.div`
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
background: var(--card-poster-bg);
|
||||
border-radius: var(--card-poster-radius);
|
||||
|
||||
&:hover {
|
||||
background: var(--card-poster-bg-hover);
|
||||
}
|
||||
`;
|
||||
|
||||
const ImageSection = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user