Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Mar 8, 2022
1 parent 8c54b6e commit d3e9dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ export default {
// coincides with the border of the element. It's not possible to add a border-radius to
// the outline
&--tabbed {
box-shadow: 0px 0px 0px 2px var(--color-main-text);
box-shadow: 0 0 0 2px var(--color-main-text);
background-color: var(--color-primary-light-hover);
&.button-vue--vue-primary {
background-color: var(--color-primary-hover);
Expand Down

0 comments on commit d3e9dc8

Please sign in to comment.