We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adcf54 commit 116f8b6Copy full SHA for 116f8b6
src/CommunityContent.res
@@ -18,7 +18,7 @@ let simplifyUrl = url =>
18
module LinkCard = {
19
@react.component
20
let make = (~link) => {
21
- <div className="rounded-lg hover:text-fire overflow-hidden bg-gray-10">
+ <div className="rounded-lg hover:text-fire overflow-hidden bg-gray-10 border-2 border-gray-30">
22
<a href=link.url className="flex flex-col h-full">
23
<img className="object-cover w-full md:h-40 max-h-[345px]" src=link.image alt="" />
24
<div className="p-2 grow">
0 commit comments