Fixed border radius

pull/5756/head
Cagatay Civici 2024-05-13 12:19:41 +03:00
parent 78b5572598
commit 1a77c1d314
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export default {
background: 'rgba(255,255,255,0.1)',
borderColor: 'rgba(255,255,255,0.2)',
borderWidth: '1px',
borderRadius: '{30px}',
borderRadius: '30px',
padding: '.5rem',
gap: '0.5rem'
},