Skip to content

Commit

Permalink
design: settings borders around buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
cedscho committed May 19, 2022
1 parent 4c34538 commit b425e80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Frontend/src/components/screens/Settings/SettingsScreen.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const SettingsScreen = props => {
<Grid container
sx={{
borderRadius: '1rem',
border: '3px solid rgb(78 185 111)',
padding: '1rem',
'@media screen and (max-width: 768px)': {
background: 'linear-gradient(180deg, rgb(78 185 111) 55%, #FFFFFF 0%);'
Expand Down Expand Up @@ -121,6 +122,7 @@ const SettingsScreen = props => {
<Grid container
sx={{
borderRadius: '1rem',
border: '3px solid rgb(59 151 210)',
padding: '1rem',
'@media screen and (max-width: 768px)': {
background: 'linear-gradient(180deg, rgb(59 151 210) 55%, #FFFFFF 0%);'
Expand Down Expand Up @@ -186,6 +188,7 @@ const SettingsScreen = props => {
<Grid container
sx={{
borderRadius: '1rem',
border: '3px solid rgb(228 126 37)',
padding: '1rem',
'@media screen and (max-width: 768px)': {
background: 'linear-gradient(180deg, rgb(228 126 37) 55%, #FFFFFF 0%);'
Expand Down

0 comments on commit b425e80

Please sign in to comment.