fix: argument box scale transition working

This commit is contained in:
isaac 2024-11-23 04:18:14 -05:00
parent f79e2d9fca
commit dd9c1dbb23
3 changed files with 49 additions and 28 deletions

View file

@ -13,6 +13,7 @@ type alias Theme =
, highlightTextHover : Color
, backgroundColour : Color
, debugColour : Color
, darker : Color
}
@ -24,4 +25,5 @@ colourTheme =
, highlightTextHover = rgb255 120 60 0
, backgroundColour = rgb255 40 40 40
, debugColour = rgb255 227 28 121
, darker = rgb255 49 50 68
}