You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a box with the slds-theme--error theme, and wanted to display smaller text in it. I used the slds-text-body--small helper class, however this class overrides the theme color by setting text color to #54698d:
<div class="slds-box slds-theme--error">
<p class="slds-text-body--small">Trailhead is awesome.</p>
</div>