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