Skip to content

Commit 2a73c35

Browse files
committed
feat: add dark theme
1 parent 57f509b commit 2a73c35

9 files changed

Lines changed: 1010 additions & 2 deletions

File tree

tools/trace-ui/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
65
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
76
<title>Duron Trace UI</title>
87
</head>

tools/trace-ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"preview": "vite preview"
1313
},
1414
"dependencies": {
15+
"@radix-ui/react-dropdown-menu": "^2.1.16",
1516
"@radix-ui/react-slot": "^1.2.3",
1617
"class-variance-authority": "^0.7.1",
1718
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)