Skip to content

Commit

Permalink
fix(TabBar): resolved bordered is invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Aug 15, 2023
1 parent c1eeb32 commit b048748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/mobile/components/tab-bar/v2/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
background-color: @tab-bar-bg-color;
box-sizing: border-box;

&--normal&--border::before {
&--normal&--bordered::before {
z-index: 1;
.hairline-top(@color: @tab-bar-border-color);
}
Expand Down

0 comments on commit b048748

Please sign in to comment.