Stars are now yellow instead of depressing grey
This commit is contained in:
@@ -41,7 +41,7 @@ function Star({ size, document, ...rest }: Props) {
|
||||
{...rest}
|
||||
>
|
||||
{document.isStarred ? (
|
||||
<AnimatedStar size={size} color={theme.textSecondary} />
|
||||
<AnimatedStar size={size} color={theme.yellow} />
|
||||
) : (
|
||||
<AnimatedStar
|
||||
size={size}
|
||||
|
||||
Reference in New Issue
Block a user