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
ghost: 'bg-transparent hover:bg-ghost-button-hover-gray-bg active:bg-ghost-button-active-gray-bg text-text-color',// add hover and active colors to base.css and tailwind.config.js
35
+
danger: 'bg-danger hover:bg-danger-hover active:bg-danger-active text-white',// TODO: add hover and active colors to base.css and tailwind.config.js
36
+
success: 'bg-success hover:bg-success-hover active:bg-success-active text-white',// TODO: add hover and active colors to base.css and tailwind.config.js
37
+
warning: 'bg-warning hover:bg-warning-hover active:bg-warning-active text-white',// TODO: add hover and active colors to base.css and tailwind.config.js
38
+
info: 'bg-info hover:bg-info-hover active:bg-info-active text-white',// TODO: add hover and active colors to base.css and tailwind.config.js
0 commit comments