• Abhinav Tiwari
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi,
In my custom lightning component I've added i lightning standard icon inside a slds box, the slds box is of blue color and the lightning icon is of orange color. I am unable to sync both colors, that is make icon color as blue(same as the slds box)

<div class="slds-box slds-theme--alt-inverse slds-text-align--right">
         <div class="slds-text-align--left">
              <lightning:icon iconName="standard:lead" size="small"  />
          </div>  
  </div>

Any suggestions?