mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
fix: Fix dark mode small issues (#7573)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
@@ -596,7 +596,7 @@ export const getBackgroundStyles = (
|
||||
'background-position': `left ${offsetPosition[0]}px top ${offsetPosition[1]}px`,
|
||||
};
|
||||
if (squareSize > 10.5) {
|
||||
const dotColor = getStyleTokenValue('--color-canvas-dot');
|
||||
const dotColor = getStyleTokenValue('--color-canvas-dot', true);
|
||||
return {
|
||||
...styles,
|
||||
'background-image': `radial-gradient(circle at ${dotPosition}px ${dotPosition}px, ${dotColor} ${dotSize}px, transparent 0)`,
|
||||
|
||||
Reference in New Issue
Block a user