Skip to content

Commit 8fb46a5

Browse files
committed
Lint Fixed
1 parent d55fec0 commit 8fb46a5

4 files changed

Lines changed: 3 additions & 13 deletions

File tree

src/components/NoteSearchModal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ export function NoteSearchModal({ isOpen, onClose, documents = [], getMetadata,
288288
</div>
289289
) : (
290290
<div className="note-search-empty">
291-
<Search size={28} style={{ opacity: 0.35, marginBottom: 8 }} />
291+
<Search size={20} style={{ opacity: 0.35, marginBottom: 8 }} />
292292
<span>No notes match filter criteria</span>
293293
</div>
294294
)}

src/components/WorkspaceModal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useState, useEffect, useRef } from "react";
2-
import { Folder, Sparkles, Check, Info, X, FolderPlus, Save, FolderOpen, FileText, GitBranch } from "lucide-react";
2+
import { Folder, Sparkles, Info, X, FolderPlus, Save, FolderOpen, FileText, GitBranch } from "lucide-react";
33
import { OverlayDialog } from "./OverlayDialog";
44
import useConfirm from "../hooks/useConfirm";
55
import AppButton from "./AppButton";

src/styles/components.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5296,16 +5296,6 @@
52965296
letter-spacing: -0.01em;
52975297
}
52985298

5299-
.note-search-modal-badge {
5300-
font-size: 11px;
5301-
font-weight: 600;
5302-
padding: 2px 8px;
5303-
border-radius: var(--radius-full, 999px);
5304-
background: var(--surface-accent);
5305-
color: var(--accent-solid);
5306-
border: 1px solid var(--border-subtle);
5307-
}
5308-
53095299
.note-search-filters {
53105300
display: flex;
53115301
align-items: center;

src/styles/layout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3218,7 +3218,7 @@
32183218
.toggle-switch-track {
32193219
width: 32px;
32203220
height: 18px;
3221-
border-radius: 10px;
3221+
border-radius: 999px;
32223222
background: var(--border-medium);
32233223
padding: 2px;
32243224
box-sizing: border-box;

0 commit comments

Comments
 (0)