Minor UI Updates (#6842)
* PLT-6964 - Updating new theme * PLT-6827 - Fixing error bar link color issue
Этот коммит содержится в:
коммит произвёл
Saturnino Abril
родитель
65289f26e7
Коммит
857d280007
@@ -196,9 +196,9 @@ export default class AnnouncementBar extends React.PureComponent {
|
||||
barStyle.color = this.state.textColor;
|
||||
linkStyle.color = this.state.textColor;
|
||||
} else if (this.state.type === BAR_DEVELOPER_TYPE) {
|
||||
errClass = 'error-bar-developer';
|
||||
errClass = 'error-bar error-bar-developer';
|
||||
} else if (this.state.type === BAR_CRITICAL_TYPE) {
|
||||
errClass = 'error-bar-critical';
|
||||
errClass = 'error-bar error-bar-critical';
|
||||
}
|
||||
|
||||
let closeButton;
|
||||
|
||||
Ссылка в новой задаче
Block a user