diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-16 19:28:59 -0700 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-16 19:28:59 -0700 |
| commit | 793ea73299cf2274edc848325dcc1e15734fc7f4 (patch) | |
| tree | e8ad226b85d5507f7f98317554100a616245a962 /src/render.c | |
| parent | 92978a10576d52a0f6c9983d3b6afae7c40eff40 (diff) | |
White scrollbarmain
Diffstat (limited to 'src/render.c')
| -rw-r--r-- | src/render.c | 2 |
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 | } |
