Skip to content

Commit

Permalink
Darker bg
Browse files Browse the repository at this point in the history
  • Loading branch information
pinotalexandre committed Feb 25, 2025
1 parent 9437d5c commit ab01f35
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sparkle/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sparkle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dust-tt/sparkle",
"version": "0.2.418",
"version": "0.2.419",
"scripts": {
"build": "rm -rf dist && npm run tailwind && npm run build:esm && npm run build:cjs",
"tailwind": "tailwindcss -i ./src/styles/tailwind.css -o dist/sparkle.css",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const palette = {
const mermaidStyles = `
/* Base diagram styles */
.mermaid {
background: ${palette.slate[50]};
background: ${palette.slate[100]};
cursor: default;
}
Expand All @@ -118,7 +118,7 @@ const mermaidStyles = `
rx: 8px;
ry: 8px;
stroke-width: 1px;
fill: ${palette.slate["50"]};
fill: ${palette.slate["100"]};
stroke: ${palette.slate["200"]};
}
Expand Down
2 changes: 1 addition & 1 deletion sparkle/src/components/markdown/PreBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const preBlockVariants = cva(
variants: {
variant: {
muted: "s-bg-gray-700 s-text-gray-500 dark:s-bg-muted-background-night",
surface: "s-bg-muted-background dark:s-bg-muted-background-night",
surface: "s-bg-slate-100 dark:s-bg-muted-background-night",
},
},
}
Expand Down

0 comments on commit ab01f35

Please sign in to comment.