Skip to content

Commit

Permalink
tweak colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggi committed Jul 18, 2024
1 parent 8f283fb commit 44a5c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion editor/src/components/canvas/controls/grid-controls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ export const GridResizeControls = controlForStrategyMemoized<GridResizeControlPr
left: bounds?.x ?? element.globalFrame.x,
width: bounds?.width ?? element.globalFrame.width,
height: bounds?.height ?? element.globalFrame.height,
backgroundColor: isResizing ? colorTheme.whiteOpacity30.value : 'transparent',
backgroundColor: isResizing ? colorTheme.primary25.value : 'transparent',
}}
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const defaultRollYourOwnFeatures: RollYourOwnFeatures = {
adaptiveOpacity: true,
activeGridColor: '#0099ff77',
dotgridColor: '#0099ffaa',
inactiveGridColor: '#0000000a',
inactiveGridColor: '#00000033',
opacityBaseline: 0.25,
},
}
Expand Down

0 comments on commit 44a5c1e

Please sign in to comment.