bullet-train-pro / bullet_train-action_models

Other
4 stars 1 forks source link

Checkboxes don't play nicely in dark mode. #47

Closed andrewculver closed 12 months ago

andrewculver commented 1 year ago
Screenshot 2023-02-25 at 5 31 20 PM
andrewculver commented 1 year ago

You can see an example of other checkboxes working well with dark mode. I think we need to extract this into its own component class like we do for links, etc.

Screenshot 2023-02-25 at 5 35 57 PM
gazayas commented 1 year ago

Trying to work through this one currently—since we have form.check_box and check_box_tag, I'm considering checking the presence of form inside the partial to make sure we use the right method.

Will submit a PR if I make any progress!