make active filters more visible

This commit is contained in:
calli
2025-05-02 21:54:22 +03:00
parent cc76765278
commit e43bd91bef

View File

@@ -170,7 +170,7 @@ export const MainGrid = () => {
size="small" size="small"
style={{ style={{
backgroundColor: compactMode backgroundColor: compactMode
? "rgba(144, 202, 249, 0.08)" ? "rgba(144, 202, 249, 0.16)"
: "inherit", : "inherit",
}} }}
onClick={toggleCompactMode} onClick={toggleCompactMode}
@@ -183,7 +183,7 @@ export const MainGrid = () => {
size="small" size="small"
style={{ style={{
backgroundColor: alertMode backgroundColor: alertMode
? "rgba(144, 202, 249, 0.08)" ? "rgba(144, 202, 249, 0.16)"
: "inherit", : "inherit",
}} }}
onClick={toggleAlertMode} onClick={toggleAlertMode}
@@ -196,7 +196,7 @@ export const MainGrid = () => {
size="small" size="small"
style={{ style={{
backgroundColor: planMode backgroundColor: planMode
? "rgba(144, 202, 249, 0.08)" ? "rgba(144, 202, 249, 0.16)"
: "inherit", : "inherit",
}} }}
onClick={togglePlanMode} onClick={togglePlanMode}
@@ -209,7 +209,7 @@ export const MainGrid = () => {
size="small" size="small"
style={{ style={{
backgroundColor: extractionTimeMode backgroundColor: extractionTimeMode
? "rgba(144, 202, 249, 0.08)" ? "rgba(144, 202, 249, 0.16)"
: "inherit", : "inherit",
}} }}
onClick={toggleExtractionTimeMode} onClick={toggleExtractionTimeMode}