Fixed border radius
parent
78b5572598
commit
1a77c1d314
|
@ -19,7 +19,7 @@ export default {
|
||||||
background: 'rgba(255,255,255,0.1)',
|
background: 'rgba(255,255,255,0.1)',
|
||||||
borderColor: 'rgba(255,255,255,0.2)',
|
borderColor: 'rgba(255,255,255,0.2)',
|
||||||
borderWidth: '1px',
|
borderWidth: '1px',
|
||||||
borderRadius: '{30px}',
|
borderRadius: '30px',
|
||||||
padding: '.5rem',
|
padding: '.5rem',
|
||||||
gap: '0.5rem'
|
gap: '0.5rem'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue