I’m using the utility function getHexForColor to get the color the user defined in a single select field and use it in my interface. However, the hex colors I’m getting do not match the colors used on the AirTable UI.
For example for a selection I have, the Airtable Color is blueBright and when I call getHexForColor I get #2d7ff9, however, the AirTable UI uses #166ee1.
I also noticed shouldUseLightTextOnColor doesn’t seem to work well on dark mode but I think that’s expected as I think dark mode is still experimental, right?
