This commit is contained in:
Thomas Camlong
2025-04-17 15:11:17 +02:00
parent 49559f9e6c
commit 5be07bbfb8
27 changed files with 682 additions and 622 deletions

View File

@@ -79,7 +79,7 @@ export function Carbon() {
}
`}
</style>
<div className="bg-background shadow-xl flex flex-col m-4 space-y-2 rounded-l-lg">
<div className=" shadow-xl flex flex-col m-4 space-y-2 rounded-l-lg">
<div ref={ref} className="carbon-outer" />
</div>
</>