Skip to content

Commit

Permalink
fix: PurePanel style
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ authored and li-jia-nan committed Dec 18, 2022
1 parent e9a9c40 commit 9bb8d79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/tour/style/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,12 @@ const genBaseStyle: GenerateStyle<TourToken> = (token) => {
},

// ============================= primary type ===========================
[`${componentCls}-primary`]: {
// `$` for panel, `&$` for pure panel
[`${componentCls}-primary, &${componentCls}-primary`]: {
'--antd-arrow-background-color': colorPrimary,
},

[`${componentCls}-primary`]: {
[`${componentCls}-inner`]: {
color: colorTextLightSolid,
textAlign: 'start',
Expand Down

0 comments on commit 9bb8d79

Please sign in to comment.