mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Front: Recommended: Use theme for color
This commit is contained in:
parent
db3f03dc6c
commit
fbf660d532
@ -127,7 +127,7 @@ export const ItemDetails = ({
|
||||
})}
|
||||
>
|
||||
<Skeleton {...css({ width: percent(100) })}>
|
||||
{isLoading || <P {...css([{ m: 0, color: "white" }, "title"])}>{name}</P>}
|
||||
{isLoading || <P {...css([{ m: 0, color: (theme: Theme) => theme.colors.white }, "title"])}>{name}</P>}
|
||||
</Skeleton>
|
||||
{(subtitle || isLoading) && (
|
||||
<Skeleton {...css({ height: rem(0.8) })}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user