Remove thickness from UI background style

This commit is contained in:
2024-01-15 11:18:31 +01:00
parent 6a54ba90c1
commit 568b647d91

View File

@@ -105,7 +105,6 @@ enum {
};
typedef struct BzUIBackgroundStyle {
f32 thickness;
f32 roundness;
Color normal;
Color hover;