Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utility:send icon is not properly configured for --slds-c-icon-color-foreground variable #771

Open
JoeOsterfeld opened this issue Sep 25, 2024 · 0 comments

Comments

@JoeOsterfeld
Copy link

JoeOsterfeld commented Sep 25, 2024

Describe the issue. Is it a bug or a feature request (new component, new icon, new CSS class)?

The utility:send icon SVG does not accept the --slds-c-icon-color-foreground variable. The variable has no impact. The --slds-c-icon-color-background variable works as expected.

Is this issue related to a specific component, variant, and/or state? If so, please detail which.

Lightning Icons

Which version of the Salesforce Lightning Design System are you using?

^2.25.1 (latest at the time of submitting this)

What steps and/or code are needed to reproduce this issue?

<lightning-icon 
    class="send-button-icon" 
    icon-name="utility:send" 
  ></lightning-icon>
.send-button-icon {
  --slds-c-icon-color-foreground: blue;
}

-->

What did you expect to happen?

Expect icon color to be blue.

What actually happened?

Styling has no impact

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant