Skip to content

Commit e04c0f7

Browse files
authored
better color
1 parent ce6e318 commit e04c0f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

loader/src/ui/mods/ModsLayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ bool ModsLayer::init() {
423423
actionsMenu->addChild(settingsBtn);
424424

425425
auto restartGDSpr = CCSprite::createWithSpriteFrameName("reload.png"_spr);
426-
restartGDSpr->setColor({ 255, 215, 65 });
426+
restartGDSpr->setColor({ 235, 195, 50 });
427427
auto restartGDCircleSpr = createGeodeCircleButton(
428428
restartGDSpr, 1.f,
429429
CircleBaseSize::Medium

0 commit comments

Comments
 (0)