Skip to content
Snippets Groups Projects
Commit 8ab7bd0a authored by simon.mellerin's avatar simon.mellerin
Browse files

OcFairBadge - small style fix

parent e1fcfef8
No related branches found
No related tags found
1 merge request!34#22 - Dataset step 1 - add optional fields + FAIR
...@@ -81,7 +81,8 @@ const buttonProps = computed(() => { ...@@ -81,7 +81,8 @@ const buttonProps = computed(() => {
return { return {
text: true, text: true,
severity: 'secondary', severity: 'secondary',
rounded: true rounded: true,
class: 'p-1'
} }
}) })
const buttonOn = computed(() => { const buttonOn = computed(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment