summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2026-03-16 19:28:59 -0700
committer3gg <3gg@shellblade.net>2026-03-16 19:28:59 -0700
commit793ea73299cf2274edc848325dcc1e15734fc7f4 (patch)
treee8ad226b85d5507f7f98317554100a616245a962
parent92978a10576d52a0f6c9983d3b6afae7c40eff40 (diff)
White scrollbarmain
-rw-r--r--src/render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.c b/src/render.c
index a242504..51112a9 100644
--- a/src/render.c
+++ b/src/render.c
@@ -247,7 +247,7 @@ static void RenderTable(const uiTable* table, RenderState* state) {
247 &(uiRect){.y = scrollbar->handle_y, 247 &(uiRect){.y = scrollbar->handle_y,
248 .width = ScrollbarWidth, 248 .width = ScrollbarWidth,
249 .height = scrollbar->handle_height}, 249 .height = scrollbar->handle_height},
250 uiPink, state); 250 uiWhite, state);
251 251
252 state->pen.x = x0; 252 state->pen.x = x0;
253 } 253 }