Skip to content

Commit

Permalink
Fixed Ticket ADD COMMENT styling (gardener#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
grolu authored May 19, 2021
1 parent 2e64d7d commit c877f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ShootTickets/Ticket.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SPDX-License-Identifier: Apache-2.0
</v-list>
<v-card-actions v-if="!!gitHubRepoUrl">
<v-spacer></v-spacer>
<v-btn text class="action-button primary--text" :href="addCommentLink" target="_blank" title="Add Comment">
<v-btn text color="primary" :href="addCommentLink" target="_blank" title="Add Comment">
Add Comment
<v-icon color="anchor" class="link-icon pl-2">mdi-open-in-new</v-icon>
</v-btn>
Expand Down

0 comments on commit c877f25

Please sign in to comment.