Skip to content

Commit

Permalink
refactor(component-library): replace hard-coded spacing with spacing …
Browse files Browse the repository at this point in the history
…token in mt-link
  • Loading branch information
Haberkamp committed Jan 22, 2025
1 parent 802e826 commit 7b503e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defineEmits<{
<style scoped>
.mt-link {
display: inline-flex;
column-gap: 0.25rem;
column-gap: var(--scale-size-4);
align-items: center;
cursor: pointer;
margin: 0;
Expand Down

0 comments on commit 7b503e5

Please sign in to comment.