How are you running Flagsmith
Describe the bug
When you go to create a flag and have the setting to require a regex match for the flag name enabled, the flag creation screen will show a notice about the regex requirement. However the actual regex is white-on-white text, making it impossible to read without opening the devtools. See screenshots.
Steps To Reproduce
- Go to https://app.flagsmith.com/project//settings
- Enter ^(preco|bx|ox|platform|eng)_.+$ as the regex
- Go to
https://app.flagsmith.com/project/<project ID>/environment/<environment ID>/features (I used our dev environment but presumably it doesn't matter)
- Click "Create Feature"
- Notice that the text in the blue "Note" box appears to be cut off
Expected behavior
The regex is shown.
Note that if you open devtools and inspect the element, then disable the color: var(--bs-code-color); that's applied to the code selector, it works fine.
Screenshots

How are you running Flagsmith
Describe the bug
When you go to create a flag and have the setting to require a regex match for the flag name enabled, the flag creation screen will show a notice about the regex requirement. However the actual regex is white-on-white text, making it impossible to read without opening the devtools. See screenshots.
Steps To Reproduce
https://app.flagsmith.com/project/<project ID>/environment/<environment ID>/features(I used our dev environment but presumably it doesn't matter)Expected behavior
The regex is shown.
Note that if you open devtools and inspect the element, then disable the
color: var(--bs-code-color);that's applied to thecodeselector, it works fine.Screenshots