Context: https://linear.app/comm/issue/ENG-2354/header-in-color-select-modal-barely-visible-on-dark-mode
Here's where I caused the regression: https://phab.comm.dev/D5619#171440
Basically I set color to modalForegroundLabel in a StyleSheet instead of in an unboundStyles object that gets "bound" with the useStyles(...) hook.
Thanks @kamil for catching this issue.