Skip to content

Commit

Permalink
the locate debugger button has red border instead of background [feen…
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajKubelka committed May 15, 2024
1 parent 56b8756 commit 10cf289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GtCoderEmbeddedDebuggerInSpaceElement >> initializeButtonElement [
aptitude: BrGlamorousLabelAptitude new;
beSmallSize;
label: 'unknown debugger';
background: self theme status errorBackgroundColor;
border: (BlBorder paint: self theme status errorBorderColor width: 1);
geometry: (BlRoundedRectangleGeometry cornerRadius: 4);
padding: (BlInsets
top: 0
Expand Down

0 comments on commit 10cf289

Please sign in to comment.