File tree Expand file tree Collapse file tree
shared/components/status-chip Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const getBackgroundColor = ({
2222 exited_slashed : getColorTransparency ( colors . error , '20%' ) ,
2323 withdrawal_possible : getColorTransparency ( colors . primary , '20%' ) ,
2424 withdrawal_done : colors . foreground ,
25- pending_initialised : colors . backgroundSecondary ,
25+ pending_initialized : colors . backgroundSecondary ,
2626 pending_queued : colors . backgroundSecondary ,
2727 exited_unslashed : colors . backgroundSecondary ,
2828 } ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export const getValidatorStatusTextColor = ({
1717 exited_slashed : colors . error ,
1818 withdrawal_possible : colors . primary ,
1919 withdrawal_done : colors . textSecondary ,
20- pending_initialised : colors . textSecondary ,
20+ pending_initialized : colors . textSecondary ,
2121 pending_queued : colors . textSecondary ,
2222 exited_unslashed : colors . textSecondary ,
2323 } ;
You can’t perform that action at this time.
0 commit comments