Skip to content

Commit f9a8d37

Browse files
committed
Giving in to nitpicking linter
1 parent 7a1dab0 commit f9a8d37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/component/circular-heatmap/circular-heatmap.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ export class CircularHeatmapComponent implements OnInit {
6666
theme: string;
6767
theme_colors: Record<string, string>;
6868
themes: Record<string, Record<string, string>> = {
69-
'light': {
69+
light: {
7070
background: '#ffffff',
7171
disabled: '#dddddd',
7272
filled: 'green',
7373
cursor: 'green',
7474
},
75-
'night': {
75+
night: {
7676
background: '#dddddd',
7777
disabled: '#888888',
7878
filled: 'green',

0 commit comments

Comments
 (0)