mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-03 14:10:46 +00:00
Added a button to focus the player that sent an alliance request. Increased bots name color brightness
This commit is contained in:
@@ -253,7 +253,7 @@ export const pastelThemeDark = new (class implements Theme {
|
||||
}
|
||||
|
||||
textColor(playerInfo: PlayerInfo): string {
|
||||
return playerInfo.playerType == PlayerType.Human ? "#ffffff" : "#dbdbdb";
|
||||
return playerInfo.playerType == PlayerType.Human ? "#ffffff" : "#e6e6e6";
|
||||
}
|
||||
|
||||
borderColor(playerInfo: PlayerInfo): Colord {
|
||||
|
||||
Reference in New Issue
Block a user