fix: removed leftover die colors

This commit is contained in:
Sara Gerretsen 2025-09-22 19:19:02 +02:00
parent 4477d1cca7
commit 037f18bf5c

View file

@ -71,17 +71,6 @@ constexpr Clay_CornerRadius buttonRadii = {
3, 3, 3, 3
};
constexpr Clay_Color dieColors[] = {
{ 230, 184, 48, 255 },
{ 177, 56, 52, 255 },
{ 115, 177, 52, 255 },
{ 52, 177, 125, 255 },
{ 52, 177, 176, 255 },
{ 52, 93, 177, 255 },
{ 177, 52, 140, 255 },
{ 95, 52, 177, 255 },
};
////////////////////////////////////
// COMPILATIONS
// | Functions and expressions that combine styling data from the settings above.