mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 00:44:23 +02:00
Fix styles
This commit is contained in:
@@ -75,7 +75,7 @@ const pMenuItem = ({ isActive, children, ...props }: MenuItemProps) => {
|
|||||||
<StyledMenuItem
|
<StyledMenuItem
|
||||||
isActive={isActive && isActive}
|
isActive={isActive && isActive}
|
||||||
rightSection={
|
rightSection={
|
||||||
isActive && <RiArrowLeftLine color="var(--primary-color)" size="1em" />
|
isActive && <RiArrowLeftLine color="var(--primary-color)" />
|
||||||
}
|
}
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -49,7 +49,12 @@ const StyledCard = styled.div`
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
background: var(--card-poster-bg);
|
||||||
border-radius: var(--card-poster-radius);
|
border-radius: var(--card-poster-radius);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: var(--card-poster-bg-hover);
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const ImageSection = styled.div`
|
const ImageSection = styled.div`
|
||||||
|
|||||||
Reference in New Issue
Block a user