mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-25 10:10:19 -06:00
Fix the issue where the query tool documentation screen-shot displays the incorrect function key. #7507
This commit is contained in:
parent
bc83955418
commit
2ab2d6b57c
Binary file not shown.
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 105 KiB |
@ -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: {
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user