Update branding and AFEC

This commit is contained in:
Sung-Hyun Kang (from Dev Box) 2023-11-10 12:44:47 -06:00
parent 45bd16e17f
commit e406bf8190
3 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,6 @@
.modalContentPadding {
padding-top: 15px;
width: 513px;
height: 638px;
}
.exitPadding {
@ -39,7 +38,7 @@
}
.buttonPadding {
padding: 15px 0px 0px 0px;
padding: 15px 0px 15px 0px;
}
.tryButton {

View File

@ -23,7 +23,7 @@ export const WelcomeModal = ({ visible }: { visible: boolean }): JSX.Element =>
isBlocking={false}
styles={{
main: {
maxHeight: 530,
maxHeight: 600,
borderRadius: 10,
overflow: "hidden",
},

View File

@ -10,7 +10,7 @@ exports[`Query Copilot Welcome Modal snapshot test should render when isOpen is
Object {
"main": Object {
"borderRadius": 10,
"maxHeight": 530,
"maxHeight": 600,
"overflow": "hidden",
},
}