Skip to content

Commit

Permalink
chore: Adjust color
Browse files Browse the repository at this point in the history
  • Loading branch information
ContentsViewer committed May 3, 2024
1 parent e9be100 commit e20e2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/track-cover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const TrackCover = (props: { coverUrl?: string; sx?: SxProps<Theme> }) =>
sx={{
width: "50%",
height: "50%",
color: "rgba(255, 255, 255, 0.5)"
color: "rgba(255, 255, 255, 0.7)"
// color: onPrimaryColor,
}}
/>
Expand Down

0 comments on commit e20e2ed

Please sign in to comment.