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 eb4778e commit a74335eCopy full SHA for a74335e
packages/theme/src/dark-mini/index.ts
@@ -27,14 +27,15 @@ export const darkMini: ITheme = {
27
stops: [
28
{
29
offset: 0,
30
- opacity: 0.25,
+ opacity: 0.15,
31
},
32
33
offset: 1,
34
- opacity: 0.02,
+ opacity: 0,
35
36
],
37
38
+ fillOpacity: 1,
39
40
41
point: {
packages/theme/src/dark/index.ts
@@ -27,7 +27,7 @@ export const dark: ITheme = {
0 commit comments