diff --git a/src/Card/Card.scss b/src/Card/Card.scss index 3bd8770a..b646d772 100644 --- a/src/Card/Card.scss +++ b/src/Card/Card.scss @@ -1,5 +1,12 @@ @import '../../scss/theme'; +.Synthesized { + .Card { + border: 1px solid $ux-gray-400; + box-shadow: none; + } +} + .Card { background-color: $ux-white; border: none;