Skip to content

Commit b3966e7

Browse files
Use spacing token for block-size
Co-authored-by: Anna Wen <[email protected]>
1 parent de4563f commit b3966e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-components/src/components/multi-select/multi-select.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ $css--plex: true !default;
190190
position: absolute;
191191
display: block;
192192
background-color: $border-subtle-01;
193-
block-size: convert.to-rem(16px);
193+
block-size: $spacing-05;
194194
content: '';
195195
inline-size: convert.to-rem(1px);
196196
inset-block-start: 0;

0 commit comments

Comments
 (0)