feat: separated button style into warning and proceed

This commit is contained in:
Sara 2025-09-18 15:36:32 +02:00
parent b63449319a
commit 461a233eb2

View file

@ -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,