PolyMeilex / rfd

Rusty File Dialog
MIT License
524 stars 60 forks source link

Web implementation does not handle dark mode gracefully #162

Open frewsxcv opened 7 months ago

frewsxcv commented 7 months ago
Screenshot 2023-11-28 at 8 17 43 PM
frewsxcv commented 7 months ago

I think this can be addressed with dark mode CSS properties here: https://github.com/PolyMeilex/rfd/blob/master/src/backend/wasm/style.css

frewsxcv commented 7 months ago

Not today, but I can take a look into making these changes in the near future if nobody gets to it first

frewsxcv commented 7 months ago

Or this could be fixed by https://github.com/PolyMeilex/rfd/pull/129

PolyMeilex commented 4 months ago

Does this do the trick: https://github.com/PolyMeilex/rfd/pull/170 ?