Skip to content

Commit 55d6c9c

Browse files
committed
don't use transparent colors
1 parent d61e4c5 commit 55d6c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/support/Chart.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import html2canvas from 'html2canvas'
1111

1212
export const c = {
1313
text1: 'light-dark(#1c2024, #edeef0)',
14-
text2: 'light-dark(#0007149e, #eff5ffb0)',
14+
text2: 'light-dark(#5d616b, #abafb7)',
1515
divider: 'light-dark(#e0e0e1, #2e3035)'
1616
}
1717

0 commit comments

Comments
 (0)