diff --git a/src/components/Button/Button.scss b/src/components/Button/Button.scss index da54c0c9edc..c25318601ba 100644 --- a/src/components/Button/Button.scss +++ b/src/components/Button/Button.scss @@ -18,6 +18,7 @@ $stacking-order: ( .Button { @include button-base; + background-color: red; &.disabled { @include base-button-disabled; diff --git a/src/components/DropZone/DropZone.scss b/src/components/DropZone/DropZone.scss index b42b434d635..b03c4a07b66 100755 --- a/src/components/DropZone/DropZone.scss +++ b/src/components/DropZone/DropZone.scss @@ -33,6 +33,7 @@ $dropzone-stacking-order: ( display: flex; justify-content: center; background-color: var(--p-surface); + background-color: blue; border-radius: var(--p-border-radius-base); &::after {