Skip to content

Commit

Permalink
Merge pull request #17 from Commencis/bugfix/color-getter
Browse files Browse the repository at this point in the history
fix: color getter function error
  • Loading branch information
ymehmetcan authored Nov 5, 2024
2 parents 04860aa + 992265b commit 1b18437
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silver-buttons-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commencis/starter-react-vite': patch
---

fix: color getter function error
2 changes: 1 addition & 1 deletion src/styles/functions/_color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
@return null;
}

@warn 'Unknown color `#{$color}` in palette. Available colors: #{map.keys(variables.$color-palette)}';
@warn 'Unknown color `#{$color}` in palette. Available colors: #{map.keys(colors.$palette)}';
@return null;
}

0 comments on commit 1b18437

Please sign in to comment.