Skip to content

Commit 0b5c59a

Browse files
committed
Add padding left to search bar
1 parent f563179 commit 0b5c59a

File tree

1 file changed

+2
-1
lines changed
  • packages/react-renderer-demo/src/app/src/components

1 file changed

+2
-1
lines changed

packages/react-renderer-demo/src/app/src/components/layout.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ const useStyles = makeStyles((theme) => ({
111111
backgroundImage: 'linear-gradient(135deg, #41108E 0%, rgba(165, 37, 193, 1) 44.76%, #FC9957 100%)',
112112
backgroundSize: '100% 100vh',
113113
backgroundRepeat: 'no-repeat',
114-
zIndex: 900
114+
zIndex: 900,
115+
paddingLeft: 48
115116
},
116117
toolbarOverride: {
117118
zIndex: 1000

0 commit comments

Comments
 (0)