Skip to content

Commit

Permalink
style: nixing dup rounded class - events-skeleton.tsx (#1128)
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Grammel <lars.grammel@gmail.com>
  • Loading branch information
mannybecerra and lgrammel committed May 8, 2024
1 parent 8d1f631 commit a484892
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const EventsSkeleton = () => {
return (
<div className="flex flex-col sm:flex-row gap-2 overflow-scroll py-4 -mt-2">
<div className="flex flex-col p-4 bg-zinc-900 rounded-md max-w-96 flex-shrink-0 rounded-lg">
<div className="flex flex-col p-4 bg-zinc-900 max-w-96 flex-shrink-0 rounded-lg">
<div className="text-sm text-transparent w-fit bg-zinc-700 rounded-md mb-1">
{'xxxxx'}
</div>
Expand Down

0 comments on commit a484892

Please sign in to comment.