Skip to content

Commit 482873c

Browse files
background color change (#6)
* background color change * version change * Update package-lock.json Co-authored-by: CodedThemes <[email protected]>
1 parent bbd435c commit 482873c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "berry-free-angular-admin-template",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "CodedThemes",
55
"license": "MIT",
66
"scripts": {

src/scss/style-preset.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ File: style.css
1818

1919
@each $name, $value in $preset-colors {
2020
[part='#{$name}'] {
21-
$pc-body: map-get($value, 'body');
21+
$pc-body: #EEF2F6;
2222
$pc-primary: map-get($value, 'primary');
2323
$pc-primary-dark: map-get($value, 'primary-dark');
2424
$pc-secondary: map-get($value, 'secondary');

0 commit comments

Comments
 (0)