wip: style fixes
This commit is contained in:
parent
799a5ec08a
commit
90342052bc
20 changed files with 194 additions and 248 deletions
|
@ -31,7 +31,7 @@ export const _Tab = ({
|
|||
}) => (
|
||||
<button
|
||||
className={`tw-text-lg tw-font-bold tw-capitalize tw-daisy-tab tw-daisy-tab-bordered tw-grow
|
||||
${activeTab === id ? 'daisy-tab-active' : ''}`}
|
||||
${activeTab === id ? 'tw-daisy-tab-active' : ''}`}
|
||||
onClick={() => setActiveTab(id)}
|
||||
>
|
||||
{label ? label : id}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue