Change Onboarding's button styling (#19654)
Co-authored-by: PJ <pj@forem.com>
This commit is contained in:
parent
a170e87ade
commit
982d629fdf
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ export class FollowUsers extends Component {
|
|||
</div>
|
||||
<label
|
||||
className={`relative user-following-status crayons-btn ${
|
||||
selected ? 'color-primary' : 'crayons-btn--outlined'
|
||||
selected ? 'crayons-btn--outlined' : 'color-primary'
|
||||
}`}
|
||||
>
|
||||
<input
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue