How do I change css properties of a class #1933
conormdowney
started this conversation in
General
Replies: 1 comment 23 replies
-
So there are a few things to consider here.
If you are a non-adobe employee, we also have stately and aria hooks that power all of our components behaviors, you could provide your own rendering on top of that if you need to make changes that our Design System doesn't allow. |
Beta Was this translation helpful? Give feedback.
23 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Im wondering if someone can help me with how to change css properties of spectrum classes.
The example ive been using is, for the class _spectrum-Textfield-input_61339 Im trying to update the font-family to Times New Roman (not an actual use case, just for testing).
Im not very well versed in css, so please bear with me.
i made a css class and i import it in my react app. That doesnt do anything. If I make the property !important it works.
It seems like the spectrum css is loaded in after my one. Is my issue then just a build problem, in that i should be loading my css after spectrums?
Or is there a method for doing this?
Beta Was this translation helpful? Give feedback.
All reactions