Skip to content

Commit

Permalink
adjust color
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Jan 10, 2025
1 parent 93b68a3 commit f240de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/studio-base/src/panels/Joy/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
body {
--joystick-color: #777;
--joystick-color-augmented: #444;
--joystick-head-color: #f52;
--joystick-head-color: #e52;
--joystick-head-color-augmented: #f63;
}

Expand Down Expand Up @@ -38,7 +38,7 @@ body {
.joystick-background {
fill: var(--joystick-color);
stroke-width: 2;
stroke: green;
stroke: #1b1;
}

.joystick-handle-group {
Expand Down

0 comments on commit f240de9

Please sign in to comment.