Skip to content

Commit 079d1fd

Browse files
author
Adrian Bece
committed
Change background
1 parent 1986b39 commit 079d1fd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dist/clay.css

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

dist/clay.css.map

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

dist/clay.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $default-shadow-inset-secondary: 8px 8px 16px 0 rgba(255, 255, 255, 0.2);
1313
$shadow-inset-primary: $default-shadow-inset-primary,
1414
$shadow-inset-secondary: $default-shadow-inset-secondary
1515
) {
16-
background-color: $background;
16+
background: $background;
1717
border-radius: var(--clay-border-radius, 32px);
1818
box-shadow: $shadow-outset, inset $shadow-inset-primary, inset $shadow-inset-secondary;
1919
}

src/clay.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $default-shadow-inset-secondary: 8px 8px 16px 0 rgba(255, 255, 255, 0.2);
1313
$shadow-inset-primary: $default-shadow-inset-primary,
1414
$shadow-inset-secondary: $default-shadow-inset-secondary
1515
) {
16-
background-color: $background;
16+
background: $background;
1717
border-radius: var(--clay-border-radius, 32px);
1818
box-shadow: $shadow-outset, inset $shadow-inset-primary, inset $shadow-inset-secondary;
1919
}

0 commit comments

Comments
 (0)