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}
|
||||
|
||||
@@ -21,7 +21,7 @@ const colors = {
|
||||
black10: "rgba(0, 0, 0, 0.1)",
|
||||
black50: "rgba(0, 0, 0, 0.50)",
|
||||
primary: "#0366d6",
|
||||
yellow: "#FBCA04",
|
||||
yellow: "#EDBA07",
|
||||
warmGrey: "#EDF2F7",
|
||||
searchHighlight: "#FDEA9B",
|
||||
danger: "#ff476f",
|
||||
|
||||
Reference in New Issue
Block a user