diff --git a/src/styles/components/base/card.scss b/src/styles/components/base/card.scss index 1168fc1104..ade4372161 100644 --- a/src/styles/components/base/card.scss +++ b/src/styles/components/base/card.scss @@ -18,5 +18,5 @@ .box, .card { border: 1px solid $grey-200; - box-shadow: $shadow-md; + box-shadow: $shadow-sm; } diff --git a/src/styles/theme/content.scss b/src/styles/theme/content.scss index e03677fe96..32c2da640d 100644 --- a/src/styles/theme/content.scss +++ b/src/styles/theme/content.scss @@ -24,7 +24,7 @@ } .card { - background: #fff; + background: $white; } } } diff --git a/src/styles/theme/variables/variables.scss b/src/styles/theme/variables/variables.scss index 3653d246e6..eea4eabb97 100644 --- a/src/styles/theme/variables/variables.scss +++ b/src/styles/theme/variables/variables.scss @@ -38,7 +38,7 @@ $scrollbar-track-color: $grey-300; $scrollbar-thumb-color: $grey-500; $scrollbar-hover-color: $grey-700; -$button-height: 2.648rem; +$button-height: 34px; $switch-view-height: 43px;