Skip to content

Commit fb5254d

Browse files
authored
Merge pull request #1298 from nnmer/patch-1
Update drawer.scss set $at-drawer-duration to !default
2 parents aa8d759 + 612b20a commit fb5254d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/taro-ui/src/style/components/drawer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import '../variables/default.scss';
22
@import '../mixins/index.scss';
33

4-
$at-drawer-duration: 300ms;
4+
$at-drawer-duration: 300ms !default;
55

66
.at-drawer {
77
position: relative;

0 commit comments

Comments
 (0)