Fix Teams and MCP settings pages (#6605)

# Description of Changes
Remove the Pro guards from the Team settings page and also fix the
styling of the MCP settings screen (the code sections were black text on
black background in light mode)
This commit is contained in:
James Brunton
2026-06-11 16:26:02 +01:00
committed by GitHub
parent cf513c255b
commit 606964ee52
4 changed files with 14 additions and 364 deletions
@@ -150,6 +150,16 @@ export const mantineTheme = createTheme({
},
},
},
Code: {
styles: {
root: {
backgroundColor: "var(--color-gray-100)",
color: "var(--text-primary)",
},
},
},
Textarea: {
styles: (_theme: MantineTheme) => ({
input: {