refactor: add border-radius to extended categories (#776)

This commit is contained in:
ayangweb
2025-07-19 10:08:04 +08:00
committed by GitHub
parent bc37616506
commit 2b48cdf84a

View File

@@ -171,7 +171,7 @@ export const Extensions = () => {
</div> </div>
<div className="flex justify-between gap-6 my-4"> <div className="flex justify-between gap-6 my-4">
<div className="flex h-8 border dark:border-gray-700"> <div className="flex h-8 border dark:border-gray-700 rounded-md overflow-hidden">
{state.categories.map((item) => { {state.categories.map((item) => {
return ( return (
<div <div