Skip to content

Commit

Permalink
background color change (#6)
Browse files Browse the repository at this point in the history
* background color change

* version change

* Update package-lock.json

Co-authored-by: CodedThemes <[email protected]>
  • Loading branch information
ct-dixit and phoenixcoded20 authored Jan 27, 2023
1 parent bbd435c commit 482873c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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": "berry-free-angular-admin-template",
"version": "1.1.0",
"version": "1.1.1",
"author": "CodedThemes",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/scss/style-preset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ File: style.css

@each $name, $value in $preset-colors {
[part='#{$name}'] {
$pc-body: map-get($value, 'body');
$pc-body: #EEF2F6;
$pc-primary: map-get($value, 'primary');
$pc-primary-dark: map-get($value, 'primary-dark');
$pc-secondary: map-get($value, 'secondary');
Expand Down

0 comments on commit 482873c

Please sign in to comment.