mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-16 11:25:31 +00:00
fix: Fixed compact mode displaying wrong workspace themes, b=no-bug, c=workspaces
This commit is contained in:
@@ -1184,8 +1184,7 @@
|
|||||||
`linear-gradient(to top, ${color1} 0%, transparent 60%)`,
|
`linear-gradient(to top, ${color1} 0%, transparent 60%)`,
|
||||||
].join(', ');
|
].join(', ');
|
||||||
}
|
}
|
||||||
// TODO(m): Stop doing this once we have support for bluring the sidebar
|
return [`linear-gradient(-45deg, ${color1} 15%, ${color2})`].join(', ');
|
||||||
return [`linear-gradient(120deg, ${color1} -30%, ${color3} 100%)`].join(', ');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user