Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
style(consultation): make button more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Nov 14, 2022
1 parent 3464c8c commit a25c344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/consultation/chat_window.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
height: calc(100vh - 56px);
.toggle-list-btn {
@apply fixed opacity-15 hover:opacity-100;
@apply bg-gray-500 text-light-300 dark:bg-light-300 dark:text-dark-300;
@apply fixed opacity-20 hover:opacity-100;
@apply bg-dark-500 text-light-300 dark:bg-light-300 dark:text-dark-300;
z-index: 500;
}
Expand Down

0 comments on commit a25c344

Please sign in to comment.