diff --git a/src/components/molecules/PosterCart.svelte b/src/components/molecules/PosterCart.svelte index 39951c6..d142c1a 100644 --- a/src/components/molecules/PosterCart.svelte +++ b/src/components/molecules/PosterCart.svelte @@ -14,7 +14,7 @@
- + diff --git a/src/style/atoms/_button-circle.scss b/src/style/atoms/_button-circle.scss index 4ffcbac..2a39811 100644 --- a/src/style/atoms/_button-circle.scss +++ b/src/style/atoms/_button-circle.scss @@ -72,7 +72,6 @@ &--tiny { height: 24px; width: 24px; - background-color: #F2F2F2; img, svg { width: 8px; @@ -106,4 +105,13 @@ &--purple { background-color: $color-primary-tertiary20; } + + // Gray color + &--gray { + background-color: #F2F2F2; + + &:hover { + background-color: #D2D2D2; + } + } } \ No newline at end of file