mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 03:27:43 +01:00
refactor: add border-radius to extended categories (#776)
This commit is contained in:
@@ -171,7 +171,7 @@ export const Extensions = () => {
|
||||
</div>
|
||||
|
||||
<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) => {
|
||||
return (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user