Skip to content

Commit

Permalink
bugfix: fix group chatting disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
densumesh authored and skeptrunedev committed Jan 10, 2025
1 parent be8819f commit d9ad725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/search-component/src/TrieveModal/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ body {

.chat-footer-wrapper {
.chat-group-disclaimer {
@apply flex items-center justify-between bg-zinc-200/60 dark:bg-zinc-700 px-3 py-1 text-sm opacity-70 mx-2 border border-zinc-300 dark:border-zinc-500 border-b-transparent rounded-md;
@apply flex items-center justify-between bg-zinc-200/60 dark:bg-zinc-700 px-3 py-1 text-sm opacity-70 mr-2 border border-zinc-300 dark:border-zinc-500 border-b-transparent rounded-md;
}

&:not(.with-messages) {
Expand Down

0 comments on commit d9ad725

Please sign in to comment.