File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ export default class AuthorizeOperationBtn extends React.Component {
2020 let { isAuthorized } = this . props
2121
2222 return (
23- < button className = { isAuthorized ? "authorization__btn locked" : "authorization__btn unlocked" } onClick = { this . onClick } >
23+ < button className = { isAuthorized ? "authorization__btn locked" : "authorization__btn unlocked" }
24+ aria-label = { isAuthorized ? "authorization button locked" : "authorization button unlocked" }
25+ onClick = { this . onClick } >
2426 < svg width = "20" height = "20" >
2527 < use href = { isAuthorized ? "#locked" : "#unlocked" } xlinkHref = { isAuthorized ? "#locked" : "#unlocked" } />
2628 </ svg >
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ $section-models-border-color: $gray-custom-2 !default;
175175
176176$section-models-isopen-h4-border-bottom-color : $section-models-border-color !default ;
177177
178- $section-models-h4-font-color : $gray-500 !default ;
178+ $section-models-h4-font-color : $gray-600 !default ;
179179$section-models-h4-background-color-hover : $gray-base !default ;
180180
181181$section-models-h5-font-color : $gray-500 !default ;
You can’t perform that action at this time.
0 commit comments