Skip to content

Commit 4b7d22b

Browse files
committed
add box shadow to feedback box
1 parent f287a20 commit 4b7d22b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/screens/landing-page/sections/feedback/components/FeedbackBox.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ const FeedbackBox = ({isDesktop}) => {
6868
const styles = {
6969
feedbackBox: {
7070
maxWidth: '780px',
71+
padding: '24px',
72+
borderRadius: '12px',
73+
borderStyle: 'solid',
74+
borderWidth: '1px',
75+
borderColor: globalStyles.primaryColor,
76+
boxShadow: '0px 4px 8px rgba(0, 0, 0, 0.15)',
7177
},
7278
text: {
7379
fontSize: '20px',

0 commit comments

Comments
 (0)