I'm trying to adjust the existing size definitions as outlined here in your docs:
https://www.telerik.com/blazor-ui/documentation/components/dropdownlist/appearance
I'd like to adjust the definition for sm, md, lg as they don't work well with TailwindCSS settings. For example lg is just a tad too large and md is a tad too small
This is lg:
This md:
I want to match the border size to our standard input text (aka Postal Code example above). I can't seem to find where sm, lg, md are defined? And, is there a relative "simple" way to modify without going down a "custom" theme path?
Rob.