Skip to content

Commit

Permalink
fix: settings button styling
Browse files Browse the repository at this point in the history
outline was inconsistent with other buttons
and was also going off screen on mobile.
  • Loading branch information
ivelin committed Feb 11, 2021
1 parent 11c6dc7 commit f482d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/views/Timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<v-card-actions>
<v-btn
outlined
text
id="btn-settings"
data-cy="settings"
to="/settings"
Expand Down

0 comments on commit f482d65

Please sign in to comment.