From 2c4d9db441a85576cf0bbc03bb06f2e724e07486 Mon Sep 17 00:00:00 2001 From: Sara Date: Fri, 19 Sep 2025 12:34:55 +0200 Subject: [PATCH] chore: adjusted formatting in style.c --- src/style.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/style.c b/src/style.c index f357c10..8283649 100644 --- a/src/style.c +++ b/src/style.c @@ -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() {