Add border radius

This commit is contained in:
Cagatay Civici 2024-05-30 11:00:25 +03:00
parent 9faf06141f
commit e55850c5c6
3 changed files with 8 additions and 6 deletions

View file

@ -41,14 +41,14 @@ export default {
hoverBackground: '{content.hover.background}',
color: '{content.color}',
hoverColor: '{content.hover.color}',
padding: '0.375rem',
padding: '0.375rem 0.625rem',
borderRadius: '{content.border.radius}'
},
viewYear: {
hoverBackground: '{content.hover.background}',
color: '{content.color}',
hoverColor: '{content.hover.color}',
padding: '0.375rem',
padding: '0.375rem 0.625rem',
borderRadius: '{content.border.radius}'
},
group: {