mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
spelling: background
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
759c9143eb
commit
2eb7d69caf
@ -113,7 +113,7 @@
|
||||
"iconActiveColor": "#ffffff",
|
||||
"iconActiveBackground": "#ffffff18",
|
||||
"filterAreaBackground": "#23272b",
|
||||
"chartLiveBarBackgound": "#00000033",
|
||||
"chartLiveBarBackground": "#00000033",
|
||||
"chartStripesColor": "#ffffff08",
|
||||
"chartCapacityColor": "#4c545f",
|
||||
"pieChartDefaultColor": "#30353a",
|
||||
|
||||
@ -114,7 +114,7 @@
|
||||
"iconActiveColor": "#ffffff",
|
||||
"iconActiveBackground": "#a6a6a694",
|
||||
"filterAreaBackground": "#f7f7f7",
|
||||
"chartLiveBarBackgound": "#00000033",
|
||||
"chartLiveBarBackground": "#00000033",
|
||||
"chartStripesColor": "#00000009",
|
||||
"chartCapacityColor": "#cccccc",
|
||||
"pieChartDefaultColor": "#efefef",
|
||||
|
||||
@ -132,7 +132,7 @@ $drawerItemNameColor: var(--drawerItemNameColor);
|
||||
$drawerItemValueColor: var(--drawerItemValueColor);
|
||||
|
||||
// Charts
|
||||
$chartLiveBarBackgound: var(--chartLiveBarBackgound);
|
||||
$chartLiveBarBackground: var(--chartLiveBarBackground);
|
||||
$chartStripesColor: var(--chartStripesColor);
|
||||
$chartCapacityColor: var(--chartCapacityColor);
|
||||
$pieChartDefaultColor: var(--pieChartDefaultColor);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user