Skip to content

Commit 9cccf5e

Browse files
fix(unity-bootstrap-theme): steplist adjust circle to be more rounded
1 parent 345dc84 commit 9cccf5e

File tree

1 file changed

+1
-1
lines changed
  • packages/unity-bootstrap-theme/src/scss/extends

1 file changed

+1
-1
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_list.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ ol.uds-list,
229229
--li-before-color: #{$uds-color-base-gray-1};
230230
--li-before-font-size: 1.25rem;
231231
border-radius: 50rem;
232-
padding: 0.5rem 0.8rem; // Following is more true to XD step circle sizing, but looks less rounded: padding: 0.4rem 0.6rem;
232+
padding: 0.4rem 0.8rem;
233233
margin-right: 2rem;
234234
margin-left: -4.5rem;
235235
font-weight: bold;

0 commit comments

Comments
 (0)