Skip to content

Commit

Permalink
feat: improve close button border
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Feb 28, 2021
1 parent d92eade commit d3c205b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/pages/posts/navigation/Notifications.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</h2>
<div class="flex items-center ml-3 h-7">
<button
class="p-1 rounded-full text-default bg-elevation focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary"
class="p-1 rounded-full text-default border-util bg-elevation focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary"
@click="toggleNotifications"
>
<span class="sr-only">Close panel</span>
Expand Down

0 comments on commit d3c205b

Please sign in to comment.