diff options
| author | cubemaze <[email protected]> | 2023-05-12 12:17:18 +0800 |
|---|---|---|
| committer | cubemaze <[email protected]> | 2023-05-12 12:17:18 +0800 |
| commit | 0f05c950be1ede4c68ab25a847f5228f95b104d3 (patch) | |
| tree | af0874ebedb3a01cbf6e0c8f4c066cc492ca3e72 /src/components/MemoryChart.module.scss | |
| parent | c7101259ce451612f83855234038df5e13be3a1d (diff) | |
chore: chart style adaptation theme
Diffstat (limited to 'src/components/MemoryChart.module.scss')
| -rw-r--r-- | src/components/MemoryChart.module.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/MemoryChart.module.scss b/src/components/MemoryChart.module.scss new file mode 100644 index 0000000..b31c095 --- /dev/null +++ b/src/components/MemoryChart.module.scss @@ -0,0 +1,4 @@ +.TrafficChart { + color: var(--color-text); + background-color: var(--color-bg-chart); +} |
