Skip to content

Commit

Permalink
use default color theme
Browse files Browse the repository at this point in the history
  • Loading branch information
zheyichn committed Jul 16, 2024
1 parent 61025ad commit f89306b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/icons/Rake.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ export const Rake = () => (
<style>
{`
.rake-icon {
fill: black;
}

@media (prefers-color-scheme: dark) {
.rake-icon {
fill: white;
}
fill: CanvasText;
}
`}
</style>
Expand Down

0 comments on commit f89306b

Please sign in to comment.