raylib: rm some common colors (#35979)

common colors
This commit is contained in:
Shane Smiskol
2025-08-11 17:06:11 -07:00
committed by GitHub
parent 13d4c6a167
commit 10cc87b80b
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ BUTTON_TEXT_COLOR = {
ButtonStyle.PRIMARY: rl.Color(228, 228, 228, 255),
ButtonStyle.DANGER: rl.Color(228, 228, 228, 255),
ButtonStyle.TRANSPARENT: rl.BLACK,
ButtonStyle.ACTION: rl.Color(0, 0, 0, 255),
ButtonStyle.ACTION: rl.BLACK,
ButtonStyle.LIST_ACTION: rl.Color(228, 228, 228, 255),
ButtonStyle.NO_EFFECT: rl.Color(228, 228, 228, 255),
ButtonStyle.KEYBOARD: rl.Color(221, 221, 221, 255),