Skip to content

Commit

Permalink
Fix token usage for flash (#153)
Browse files Browse the repository at this point in the history
This fixes a token issue in the flash component
  • Loading branch information
Jeremy-Walton authored Mar 16, 2023
1 parent bfecde4 commit 0187787
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rolemodel/optics",
"version": "0.3.0",
"version": "0.3.1",
"description": "Optics is an scss package that provides base styles and components that can be integrated and customized in a variety of projects.",
"main": "dist/scss/optics.scss",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/flash.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
border-radius: var(--op-radius-small);
border-left-width: var(--op-border-width-x-large);
border-left-style: solid;
animation: var(--op-transition-flash);
animation: var(--op-animation-flash);
background: var(--op-color-background);
box-shadow: var(--op-shadow-x-small);
color: var(--op-color-on-background);
Expand Down

0 comments on commit 0187787

Please sign in to comment.