We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b440e5f commit 1234cfdCopy full SHA for 1234cfd
2 files changed
packages/styles/scss/components/button/_button.scss
@@ -156,6 +156,7 @@
156
);
157
158
> :first-child {
159
+ min-width: rem(16px);
160
margin-block-start: rem(1px);
161
}
162
packages/styles/scss/components/data-table/action/_data-table-action.scss
@@ -13,7 +13,6 @@
13
@use '../../../utilities/button-reset';
14
@use '../../../utilities/convert' as *;
15
@use '../../../utilities/focus-outline' as *;
16
-@use '../../button/vars' as *;
17
18
/// Data table action styles
19
/// @access public
@@ -411,7 +410,8 @@
411
410
412
413
.#{$prefix}--action-list .#{$prefix}--btn {
414
- padding: $button-padding-ghost;
+ padding-right: $spacing-05;
+ padding-left: $spacing-05;
415
color: $text-on-color;
416
white-space: nowrap;
417
0 commit comments