gavinmn/logseq-luma

Update contrast of checkboxes in All Pages (light mode)

martindufort opened this issue · 6 comments

The contrast of the checkbox in the All Pages view (in light mode) is very difficult to see especially for the gray row.

CleanShot 2022-08-09 at 19 05 23

If someone wants a quick workaround for this:

html[data-theme=light] .form-checkbox:checked {
  background-color: #10ab47;
}

This should be fixed in the latest Logseq version

I'm still experiencing this with Logseq version 0.8.2

Can you update to the latest version of Luma + the latest Logseq? I wasn't able to reproduce this

image
this is with version 0.8.5. theme is up to date as well

This should be addressed in the latest now.