Initially I tried to achieve this using by adding styles directly but that didn’t workout.
So later on I tried adding id
the admin-ui-extension
element as some of the elements take id
prop. But then I can’t add styles as I’m not being able to select the element using document
then querySelector
.
So I was wondering how can I add custom styles to the components.
Your help will be greatly appreciated. Thanks!