Skip to content

Commit a12a9da

Browse files
author
tonyliuzj
committed
Fixed #50
1 parent 943f07b commit a12a9da

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

komari-theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Komari Next",
33
"short": "next",
44
"description": "NextJS theme for Komari Monitor",
5-
"version": "1.4.15",
5+
"version": "1.4.16",
66
"author": "tonyliuzj",
77
"url": "https://github.com/tonyliuzj/komari-next",
88
"preview": "preview.png",

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/types/routes.d.ts";
3+
import "./dist/dev/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

src/components/DashboardContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ const TopCard: React.FC<TopCardProps> = ({
415415
// Minimal layout: Borderless, clean design
416416
if (layout === 'minimal') {
417417
return (
418-
<div className="relative rounded-xl bg-gradient-to-br from-muted/40 to-muted/20 hover:from-muted/50 hover:to-muted/30 transition-all duration-200 backdrop-blur-sm border border-border/50">
418+
<div data-card-blur-surface="true" className="relative rounded-xl bg-gradient-to-br from-muted/40 to-muted/20 hover:from-muted/50 hover:to-muted/30 transition-all duration-200 backdrop-blur-sm border border-border/50">
419419
{/* Mobile: compact single line */}
420420
<div className="p-3 sm:hidden">
421421
<div className="flex items-center justify-between gap-2">

0 commit comments

Comments
 (0)