diff --git a/src/style/atoms/_button-circle.scss b/src/style/atoms/_button-circle.scss index c31503c..4ffcbac 100644 --- a/src/style/atoms/_button-circle.scss +++ b/src/style/atoms/_button-circle.scss @@ -68,6 +68,19 @@ /* ** Variants */ + // Tiny size + &--tiny { + height: 24px; + width: 24px; + background-color: #F2F2F2; + + img, svg { + width: 8px; + height: 8px; + object-fit: contain; + } + } + // Small size &--small { height: 32px;