Skip to content

Commit

Permalink
Fix the issue where the query tool documentation screen-shot displays…
Browse files Browse the repository at this point in the history
… the incorrect function key. pgadmin-org#7507
  • Loading branch information
khushboovashi committed May 28, 2024
1 parent bc83955 commit 2ab2d6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified docs/en_US/images/query_execute_script.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions web/pgadmin/static/js/Theme/dark.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion web/pgadmin/static/js/Theme/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2ab2d6b

Please sign in to comment.