fix(ui): improve code editor styling to match MUI components

This commit is contained in:
Bhavesh Kshatriya
2025-07-19 18:32:33 +05:30
parent fc18dc0dc0
commit 6942b0b0a4
2 changed files with 57 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
export const globalInputHeight = 300;
export const codeInputHeightOffset = 7; // Offset to visually match Monaco and MUI TextField heights
export const globalDescriptionFontSize = 12;
export const categoriesColors: string[] = [
'#8FBC5D',