Skip to content

Commit

Permalink
fix: Tabs mask主题色
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverEllipsis committed Aug 25, 2024
1 parent 457cd22 commit 93da88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bui-core/src/Tabs/Tabs.less
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
left: 0;
background: linear-gradient(
to right,
var(--bui-color-white),
var(--bui-color-bg-view),
rgba(255, 255, 255, 0)
);
}
Expand All @@ -65,7 +65,7 @@
right: 0;
background: linear-gradient(
to left,
var(--bui-color-white),
var(--bui-color-bg-view),
rgba(255, 255, 255, 0)
);
}
Expand Down

0 comments on commit 93da88e

Please sign in to comment.