chore: adjusted formatting in style.c
This commit is contained in:
parent
1e93025bf3
commit
2c4d9db441
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue