We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e372a commit a23c7bbCopy full SHA for a23c7bb
src/core/theme/transparent.ts
@@ -2,8 +2,8 @@ import { Theme } from "./_theme";
2
3
export default Theme({
4
palette: {
5
- bg: ["rgba(16, 16, 16, 0.5)", "rgba(64, 64, 64, 0.5)"],
6
- text: ["#f0f0f0", "#dcdcdc"],
+ bg: ["rgba(16, 16, 16, 0.5)", "rgba(0, 0, 0, 0.5)"],
+ text: ["#417E87", "#417E87"],
7
color: ["#ffa116", "#5cb85c", "#f0ad4e", "#d9534f"],
8
},
9
css: `#L{fill:#fff}`,
0 commit comments