Skip to content

Commit

Permalink
refactor(action-pad): restore rounded styling (#11358)
Browse files Browse the repository at this point in the history
- restores rounded styling for action-pad
- existing screenshot test is updated
  • Loading branch information
driskull authored Jan 22, 2025
1 parent 42ec590 commit e3523e5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
.container {
@apply shadow-2
inline-flex
flex-col;
flex-col
overflow-hidden;

gap: var(--calcite-action-pad-items-space, 0);
border-radius: calc(var(--calcite-action-pad-corner-radius, 0.125rem) * 2) /* 4px */;
Expand Down

0 comments on commit e3523e5

Please sign in to comment.