feat: add dark theme support and increase contrast

This commit is contained in:
2026-03-08 22:59:31 +02:00
parent 945ddb2942
commit 9012ee7144
12 changed files with 150 additions and 27 deletions
@@ -47,6 +47,7 @@ export default function AutoRefreshControl({
<Tooltip title="Auto-refresh">
<IconButton
size="small"
aria-label="Auto-refresh"
onClick={event => setAnchorEl(event.currentTarget)}
color={enabled ? "primary" : "default"}
>
+1 -1
View File
@@ -42,7 +42,7 @@ export default function CodeBlock({
component="pre"
onScroll={onScroll}
sx={{
backgroundColor: "grey.100",
backgroundColor: "action.hover",
p: 2,
borderRadius: 1,
overflow: "auto",