Blade components modifications problem
I am using the
badge component
, and I would like to remove the border. I checked the component and found that the ring-1
class from Tailwind
is responsible for the border. I tried adding class="ring-0"
outside the component, but it still doesn't overwrite the default class. Am I missing something, or why isn't it overriding the default class?
This is how I am using the component:
I checked the browser's inspection tool, and both classes are defined on the tag.0 Replies