Skip to content

Commit

Permalink
Drop pink inspector constrained w/h color (#4264)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggi authored Sep 29, 2023
1 parent 2710f95 commit da0b564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/src/components/inspector/fill-hug-fixed-control.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ const GroupConstraintSelect = React.memo(
const mainColor = React.useMemo(() => {
switch (type) {
case 'constrained':
return colorTheme.brandNeonPink.value
return colorTheme.fg0.value
case 'mixed':
return colorTheme.fg6Opacity50.value
case 'not-constrained':
Expand Down

0 comments on commit da0b564

Please sign in to comment.