Skip to content

Commit

Permalink
Update nve-button.styles.ts (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruble authored Oct 9, 2024
1 parent d9ddd55 commit 6cc20db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/nve-button/nve-button.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export default css`
/* PRIMARY */
:host([variant='primary']) .button--standard.button {
background-color: darkgreen;
animation: blink ls linear infinite;
color: var(--interactive-primary-foreground-default);
border: none;
}
Expand Down

0 comments on commit 6cc20db

Please sign in to comment.