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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello community,
How can I remove the default class that are coming by default?
<Button on:click={() => (submenu = false)}> <h2 class="flex justify-between pl-6 py-2 text-base"> <span>Tohumlar</span> <Icon class="pr-3" scale="2" data={plus} /> </h2> </Button>
The following classes are the default classes for the button above. I can add classes to override it but I want class to be empty.
text-center font-medium focus-within:ring-4 focus-within:outline-none inline-flex items-center justify-center px-5 py-2.5 text-sm text-white bg-primary-700 hover:bg-primary-800 dark:bg-primary-600 dark:hover:bg-primary-700 focus-within:ring-primary-300 dark:focus-within:ring-primary-800 rounded-lg
Thank you...
Beta Was this translation helpful? Give feedback.
All reactions