Skip to content

Commit

Permalink
fix: 🐛 task list item checked style (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
iHaPBoy committed Nov 10, 2022
1 parent d9e442d commit c7725b6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -69,12 +69,12 @@ export const taskListItem = (manager: ThemeManager, { css }: Emotion) => {
}
}
&[data-checked='true'] {
label {
> label {
color: ${palette('primary')};
}
}
&[data-checked='false'] {
label {
> label {
color: ${palette('solid', 0.87)};
}
}
Expand Down

1 comment on commit c7725b6

@vercel
Copy link

@vercel vercel bot commented on c7725b6 Nov 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.