aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/ui/imageCard.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-15 23:44:59 +0000
committerMohamedBassem <me@mbassem.com>2024-03-15 23:44:59 +0000
commit8f9c9036afbd036688cd2805d27328895926a8d9 (patch)
treed3a6ebfa423be9a9ee5f605062a5f7f886526470 /apps/web/components/ui/imageCard.tsx
parentd9a68a2cc6238b37497cdbf00eb156b4c911cdbe (diff)
downloadkarakeep-8f9c9036afbd036688cd2805d27328895926a8d9.tar.zst
ui(web): Change the text in cards to be less aggressive
Diffstat (limited to 'apps/web/components/ui/imageCard.tsx')
-rw-r--r--apps/web/components/ui/imageCard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/ui/imageCard.tsx b/apps/web/components/ui/imageCard.tsx
index e4941733..de059b83 100644
--- a/apps/web/components/ui/imageCard.tsx
+++ b/apps/web/components/ui/imageCard.tsx
@@ -48,7 +48,7 @@ export function ImageCardTitle({
}: React.HTMLAttributes<HTMLDivElement>) {
return (
<div
- className={cn("order-first flex-none text-lg font-bold", className)}
+ className={cn("order-first flex-none text-lg", className)}
{...props}
/>
);