Skip to content

Commit 82de07c

Browse files
committed
Remove unnecessary css
1 parent 4bdb22a commit 82de07c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/apps/playground/components/AccordionWindow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function AccordionWindowItem({
9191
onClick={toggleTabs}
9292
className={`flex-grow-0 w-5 transition-colors duration-150 ease-in ${
9393
hasChanged ? 'font-bold' : 'font-light'
94-
} text-secondary rounded-full text-secondary hover:text-link`}>
94+
} text-secondary hover:text-link`}>
9595
{displayName}
9696
</button>
9797
</div>

0 commit comments

Comments
 (0)