Commit 72b4f6b7 authored by Eduardo Riboli's avatar Eduardo Riboli
Browse files

fix(us-15-4): fix same className in the div

parent d36c5efa
Showing with 1 addition and 1 deletion
+1 -1
......@@ -57,7 +57,7 @@ export default function LibraryCard({
</Text>
{/*icone bookmark*/}
<div className="ml-auto flex ml-auto border-1 border-primary rounded-full">
<div className="ml-auto flex border-1 border-primary rounded-full">
<button className="text-primary px-0.5 py-0.5">
<Bookmark className="fill-primary" size={14} strokeWidth={0}/>
</button>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment