Fix the issue where the query tool documentation screen-shot displays the incorrect function key. #7507

This commit is contained in:
Khushboo Vashi 2024-05-28 12:10:14 +05:30
parent bc83955418
commit 2ab2d6b57c
3 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 105 KiB

View File

@ -27,8 +27,10 @@ export default function(basicSettings) {
main: '#234d6e',
light: '#323E43',
contrastText: '#fff',
contrastTextLight: '#fff',
hoverMain: darken('#234d6e', 0.25),
hoverBorderColor: darken('#234d6e', 0.25),
hoverLight: darken('#323E43', 0.25),
disabledMain: '#234d6e',
},
success: {

View File

@ -648,7 +648,7 @@ function getFinalTheme(baseTheme) {
backgroundColor: 'abc',
},
'&.Mui-selected': {
color: baseTheme.palette.primary.main,
color: baseTheme.palette.primary.contrastTextLight ?? baseTheme.palette.primary.main,
backgroundColor: baseTheme.palette.primary.light,
borderColor: baseTheme.palette.primary.main,
zIndex: 1,