mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 11:37:47 +01:00
refactor: add border-radius to extended categories (#776)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user