Skip to content

Commit 55cfba2

Browse files
committed
✨ [Tooltip]修改阴影值
1 parent e0efcb4 commit 55cfba2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/tooltip/index.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,17 @@
5050

5151
&.is-dark {
5252
.theme-style(@gray-9, @color-white);
53+
box-shadow: @border-shadow-3;
5354
}
5455

5556
&.is-light {
5657
.theme-style(@color-white, @gray-9);
57-
box-shadow: @border-shadow-2;
58+
box-shadow: @border-shadow-3;
5859
}
5960

6061
&.is-error {
6162
.theme-style(@color-red1, @color-gray1);
63+
box-shadow: @border-shadow-3;
6264
}
6365

6466
&.is-remind {

0 commit comments

Comments
 (0)