Skip to content

Commit 6982be2

Browse files
committed
fix(chatbot): shift empty state upward for better visual centering
1 parent 5090bd6 commit 6982be2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/chatbot/style.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export const useStyles = createStyles(({ css, token }) => ({
6565
justify-content: center;
6666
padding: ${token.paddingLG}px;
6767
gap: 32px;
68+
margin-top: -10%;
6869
`,
6970

7071
welcomeTitle: css`

0 commit comments

Comments
 (0)