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
The design tokens of a specific component is defined at components layer. Overriding components tokens is not the recommended approach if you are building your own style, building your own preset should be preferred instead.
Design tokens can be scoped to a certain component using the dt property.
This approach is recommended over the ::ng-deep as it offers a cleaner API while avoiding the hassle of CSS rule overrides.
From the docs
My autocomplete dt:
This changes the dropdown border radius, but the border radius for the input itself is defined in
inputtext.root.borderRadius
.The text was updated successfully, but these errors were encountered: