kyw546 11 months ago
parent
commit
f8a30eb1dc
  1. 8
      src/views/control/setting/steps/Step4.js

8
src/views/control/setting/steps/Step4.js

@ -44,7 +44,7 @@ export default function Step4({ setIsChoise }) {
display: 'flex',
width: '400px',
backgroundColor: '#f2f2f2',
padding: '5px',
padding: '15px',
justifyContent: 'space-between',
alignItems: 'center'
}}
@ -88,7 +88,7 @@ export default function Step4({ setIsChoise }) {
display: 'flex',
width: '400px',
backgroundColor: '#f2f2f2',
padding: '5px',
padding: '15px',
justifyContent: 'space-between',
alignItems: 'center'
}}
@ -132,7 +132,7 @@ export default function Step4({ setIsChoise }) {
display: 'flex',
width: '400px',
backgroundColor: '#f2f2f2',
padding: '5px',
padding: '15px',
justifyContent: 'space-between',
alignItems: 'center'
}}
@ -170,7 +170,7 @@ export default function Step4({ setIsChoise }) {
fontSize: '1rem',
backgroundColor: '#7F7F7F',
color: '#fff',
padding: '5px 30px',
padding: '10px 50px',
fontWeight: 'bold',
fontSize: '0.8rem'
}}

Loading…
Cancel
Save