Closed patrickxchong closed 2 years ago
Can you verify that this complies with the guidelines here?
https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/dark-mode
Check system dark theme to initialise value
Try Object.assign instead of deepmerge Edit: done
Consider using underline like the Literal Word app does, great UX feature - but not essential, can use existing color highlighting if Text component isn't cooperative
Popover border in dark mode Edit: replaced with changing popover background color in dark mode
Consider using underline like the Literal Word app does, great UX feature - but not essential, can use existing color highlighting if Text component isn't cooperative
Done with
borderBottomWidth: 1,
borderBottomColor: "gray",
in StrongsWord.tsx
Addresses dark mode issue at #107