Skip to content

Commit

Permalink
fix(stickytool): fix border
Browse files Browse the repository at this point in the history
  • Loading branch information
RADWIMPS426 authored Apr 23, 2024
1 parent 1d0df6e commit 05240ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/web/components/sticky-tool/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
opacity: 1;
box-sizing: border-box;
background-color: @sticky-tool-background;
border: @sticky-tool-border;
border: .5px solid @sticky-tool-border;
box-shadow: @sticky-tool-shadow;

&-popup-content {
Expand Down

0 comments on commit 05240ae

Please sign in to comment.