changed css class name
This commit is contained in:
@@ -15,7 +15,7 @@ export default function LoadingError(props) {
|
||||
<p>{props.message}</p>
|
||||
|
||||
<button
|
||||
className='btn btn-try-again'
|
||||
className='btn btn-cta'
|
||||
onClick={props.onClick}
|
||||
>
|
||||
Try again
|
||||
|
||||
@@ -16,10 +16,10 @@
|
||||
color: #912718;
|
||||
}
|
||||
|
||||
.btn-try-again,
|
||||
.btn-try-again:hover,
|
||||
.btn-try-again:focus,
|
||||
.btn-try-again:active:focus {
|
||||
.btn-cta,
|
||||
.btn-cta:hover,
|
||||
.btn-cta:focus,
|
||||
.btn-cta:active:focus {
|
||||
color: white;
|
||||
background-color: #912718;
|
||||
border-color: #912718;
|
||||
|
||||
Reference in New Issue
Block a user