mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Port connect server password dialog to React. Fixes #7337
This commit is contained in:
@@ -210,6 +210,10 @@ PaperComponent.propTypes = {
|
||||
};
|
||||
|
||||
export const useModalStyles = makeStyles((theme) => ({
|
||||
container: {
|
||||
backgroundColor: theme.palette.background.default
|
||||
},
|
||||
|
||||
titleBar: {
|
||||
display: 'flex',
|
||||
flexGrow: 1
|
||||
|
||||
Reference in New Issue
Block a user