Skip to content

Commit 18b38c7

Browse files
committed
Add styles for the hello banner
1 parent 5f46a67 commit 18b38c7

File tree

1 file changed

+6
-0
lines changed
  • src/client/components/InteractiveForm

1 file changed

+6
-0
lines changed

src/client/components/InteractiveForm/styles.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ const cardStyles = {
44
transition: '0.3s',
55
textAlign: 'left',
66
},
7+
outerBox: {
8+
m: 2,
9+
maxWidth: 1280,
10+
border: 1,
11+
borderColor: 'grey.300',
12+
},
713
questionsContainer: {
814
my: 8,
915
borderLeft: 1,

0 commit comments

Comments
 (0)