mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Use --iconActiveBackground/--iconActiveColor for welcome banner indicator (#3712)
This commit is contained in:
parent
f58898467d
commit
27e0de96ee
@ -58,6 +58,16 @@ export class Welcome extends React.Component {
|
|||||||
indicators={welcomeBanner.length > 1}
|
indicators={welcomeBanner.length > 1}
|
||||||
autoPlay={true}
|
autoPlay={true}
|
||||||
navButtonsAlwaysInvisible={true}
|
navButtonsAlwaysInvisible={true}
|
||||||
|
indicatorIconButtonProps={{
|
||||||
|
style: {
|
||||||
|
color: "var(--iconActiveBackground)"
|
||||||
|
}
|
||||||
|
}}
|
||||||
|
activeIndicatorIconButtonProps={{
|
||||||
|
style: {
|
||||||
|
color: "var(--iconActiveColor)"
|
||||||
|
}
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
{welcomeBanner.map((item, index) =>
|
{welcomeBanner.map((item, index) =>
|
||||||
<item.Banner key={index} />
|
<item.Banner key={index} />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user