aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/ui/info-tooltip.tsx
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-04-20 23:49:24 +0000
committerMohamed Bassem <me@mbassem.com>2025-04-21 01:00:34 +0000
commitcd632f295d896100207e1b02bfeb574175c07633 (patch)
tree4944263d3bea3092b31799e584130200e6fb3dbf /apps/web/components/ui/info-tooltip.tsx
parentca58d68f0ef8d0c3afada6cb81b196f2db157376 (diff)
downloadkarakeep-cd632f295d896100207e1b02bfeb574175c07633.tar.zst
ui(web): Reduce shadows, lighten some fonts, and a smaller editor. #1261
Diffstat (limited to 'apps/web/components/ui/info-tooltip.tsx')
-rw-r--r--apps/web/components/ui/info-tooltip.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/ui/info-tooltip.tsx b/apps/web/components/ui/info-tooltip.tsx
index 0254aa80..4dd97199 100644
--- a/apps/web/components/ui/info-tooltip.tsx
+++ b/apps/web/components/ui/info-tooltip.tsx
@@ -23,7 +23,7 @@ export default function InfoTooltip({
{variant === "tip" ? (
<Info
color="#494949"
- className={cn("cursor-pointer", className)}
+ className={cn("z-10 cursor-pointer", className)}
size={size}
/>
) : (