chore: adjusted formatting in style.c

This commit is contained in:
Sara 2025-09-19 12:34:55 +02:00
parent 1e93025bf3
commit 2c4d9db441

View file

@ -30,7 +30,12 @@ Clay_Color TextColors(size_t idx) {
}
Clay_Color WindowBackground() {
return (Clay_Color) { 255*windowBackground, 255*windowBackground, 255*windowBackground, 255 };
return (Clay_Color) {
255*windowBackground,
255*windowBackground,
255*windowBackground,
255
};
}
Clay_ElementDeclaration WindowStyle() {