Skip to content

Commit

Permalink
add box shadow to feedback box
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Sep 17, 2024
1 parent f287a20 commit 4b7d22b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ const FeedbackBox = ({isDesktop}) => {
const styles = {
feedbackBox: {
maxWidth: '780px',
padding: '24px',
borderRadius: '12px',
borderStyle: 'solid',
borderWidth: '1px',
borderColor: globalStyles.primaryColor,
boxShadow: '0px 4px 8px rgba(0, 0, 0, 0.15)',
},
text: {
fontSize: '20px',
Expand Down

0 comments on commit 4b7d22b

Please sign in to comment.