Replies: 1 comment
-
@mayteio this is not possible. you'd have to edit the recipe to target child inputs instead. i.e. Let this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Might be a silly question since I know the recipes generate a class name. But for example, we've got our internal recipes like
textField()
that apply styles to make text fields on-brand. We also use HubSpot (and could be any 3rd party tool really) to build some forms, and I'd like the forms to be identical.Problem is, the form is loaded through a script and only supplies us with classes like
.hubspot-input
.Is there a way to apply the same styles to my native text-field components as other HTML elements I don't control? i.e.
Where I don't control the classes in the hubspot form.
Beta Was this translation helpful? Give feedback.
All reactions