Skip to content

Commit c71215a

Browse files
authored
fix foreground color of the button on error page (#5849)
1 parent 873562c commit c71215a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/photon/message-bar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
.photon-message-bar-error .photon-message-bar-action-button,
143143
.photon-message-bar-error .photon-message-bar-close-button:hover {
144144
background-color: var(--internal-error-action-background-color);
145-
color: var(photon-message-bar-error-action-foreground-color);
145+
color: var(--internal-error-action-foreground-color);
146146
}
147147

148148
.photon-message-bar-warning .photon-message-bar-action-button,

0 commit comments

Comments
 (0)