mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 10:13:52 +01:00
Alter the standardSuccess alert to use the successlight color, to be consistent with all other toast notification behaviours.
This commit is contained in:
parent
fbb2f4b9f3
commit
c5284d3b02
@ -331,7 +331,7 @@ export function refreshTheme(): void {
|
||||
border: "1px solid " + Settings.theme.well,
|
||||
},
|
||||
standardSuccess: {
|
||||
color: Settings.theme.primarylight,
|
||||
color: Settings.theme.successlight,
|
||||
},
|
||||
standardError: {
|
||||
color: Settings.theme.errorlight,
|
||||
|
Loading…
Reference in New Issue
Block a user