Skip to content

Commit

Permalink
fix(ffe-buttons): fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfrode committed Jan 31, 2025
1 parent e0476db commit 6a5f782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/ffe-buttons/less/base-button.less
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@

&:active {
transform: scale(0.97);

--background-color: var(
--ffe-color-component-button-primary-fill-pressed
);
Expand Down Expand Up @@ -267,6 +268,7 @@
background-color: var(
--ffe-color-component-button-secondary-fill-pressed
);

--icon-border-color: var(--ffe-color-foreground-emphasis);
}
}
Expand Down
1 change: 0 additions & 1 deletion packages/ffe-buttons/less/inline-base-button.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
background-color: var(
--ffe-color-component-button-tertiary-fill-hover
);

color: var(--ffe-color-component-button-tertiary-foreground-hover);
}
}
Expand Down

0 comments on commit 6a5f782

Please sign in to comment.