diff --git a/src/style.h b/src/style.h index 8d791d2..ebe5cb7 100644 --- a/src/style.h +++ b/src/style.h @@ -70,9 +70,12 @@ fontId = FONT_BOLD,\ // BUTTONS //////////////////////////////////// -constexpr Clay_Color buttonBackground = { +constexpr Clay_Color warningButton = { 177, 56, 52, 255 }; +constexpr Clay_Color proceedButton = { + 49, 181, 99, 255 +}; constexpr Clay_Padding buttonPadding = { 24, 24, 4, 4,