Skip to content

Commit

Permalink
Increase the specificity of carousel buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirineJ committed Dec 11, 2024
1 parent ea4a1cb commit 1e0c042
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-pillows-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sumup-oss/circuit-ui": patch
---

Fixed the spacing of the Carousel component's buttons.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
justify-content: center;
}

.button {
.button-list .button {
margin-left: var(--cui-spacings-byte);
}

.button:first-of-type {
.button-list .button:first-of-type {
margin-left: 0;
}

0 comments on commit 1e0c042

Please sign in to comment.