fix(desmos): misc
🔧 What does this fix? 🔧
- Themes the bottom of the share dialog for snapshots
- Fixes the theming for checkboxes (there appear to have been some changes since they were originally themed)
🗒 Checklist 🗒
- [x] I have read and followed Catppuccin's contributing guidelines.
If it works for you, it works for you - but I just want to say I think adding many unrelated classes to one block to theme them the same way gets messy quickly. I prefer to have separate sections for each component and widget and page, and if I have multiple declarations for border-color: text so be it.
Also, I'll leave this open for a little bit to accumulate any more fixes.
If it works for you, it works for you - but I just want to say I think adding many unrelated classes to one block to theme them the same way gets messy quickly. I prefer to have separate sections for each component and widget and page, and if I have multiple declarations for border-color: text so be it.
I prefer to have a single block because there are a lot of similar components (despite having wildly different names) with desmos so separating it by page is enough for me.
Also, I'll leave this open for a little bit to accumulate any more fixes.
Good idea