Skip to content

Commit c41ccc1

Browse files
committed
fix: wrong clip
1 parent aaae654 commit c41ccc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-widgets/src/scss/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $widget-focus-color: rgba(0, 123, 255, 0.25) !default;
4343
$widget-focus-box-shadow: 0 0 0 $widget-focus-width $widget-focus-color !default;
4444
$widget-focus-transition: box-shadow 0.15s ease-in-out !default;
4545

46-
$widget-background-clip: border-box;
46+
$widget-background-clip: padding-box !default;
4747

4848
//
4949
// Buttons

0 commit comments

Comments
 (0)