Cloud sync

This commit is contained in:
Frikky
2025-07-15 10:45:30 +02:00
parent 2029c25563
commit cb100292c9
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -2695,7 +2695,7 @@ const Workflows2 = (props) => {
style={{
height: 24,
width: 24,
filter: themeMode === "dark" ? "brightness(0.6)" : "brightness(0.9)",
filter: themeMode === "dark" ? "brightness(0.6)" : "brightness(1)",
cursor: "pointer",
}}
onClick={() => {
@@ -2716,7 +2716,7 @@ const Workflows2 = (props) => {
style={{
height: 24,
width: 24,
filter: "brightness(0.6)",
filter: themeMode === "dark" ? "brightness(0.6)" : "brightness(1)",
cursor: "pointer",
}}
onClick={() => {