Skip to content

Commit 6d9a0fa

Browse files
authored
UX: Add default button class to follow button component (#157)
1 parent cb7732b commit 6d9a0fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/javascripts/discourse/components/follow-button.gjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export default class FollowButton extends Component {
7373
@icon={{this.icon}}
7474
@disabled={{this.loading}}
7575
@action={{this.toggleFollow}}
76+
class="btn-default"
7677
/>
7778
{{/if}}
7879
</template>

0 commit comments

Comments
 (0)