Stars are now yellow instead of depressing grey
This commit is contained in:
@@ -41,7 +41,7 @@ function Star({ size, document, ...rest }: Props) {
|
|||||||
{...rest}
|
{...rest}
|
||||||
>
|
>
|
||||||
{document.isStarred ? (
|
{document.isStarred ? (
|
||||||
<AnimatedStar size={size} color={theme.textSecondary} />
|
<AnimatedStar size={size} color={theme.yellow} />
|
||||||
) : (
|
) : (
|
||||||
<AnimatedStar
|
<AnimatedStar
|
||||||
size={size}
|
size={size}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ const colors = {
|
|||||||
black10: "rgba(0, 0, 0, 0.1)",
|
black10: "rgba(0, 0, 0, 0.1)",
|
||||||
black50: "rgba(0, 0, 0, 0.50)",
|
black50: "rgba(0, 0, 0, 0.50)",
|
||||||
primary: "#0366d6",
|
primary: "#0366d6",
|
||||||
yellow: "#FBCA04",
|
yellow: "#EDBA07",
|
||||||
warmGrey: "#EDF2F7",
|
warmGrey: "#EDF2F7",
|
||||||
searchHighlight: "#FDEA9B",
|
searchHighlight: "#FDEA9B",
|
||||||
danger: "#ff476f",
|
danger: "#ff476f",
|
||||||
|
|||||||
Reference in New Issue
Block a user