Skip to content

Commit

Permalink
delete message modal opacity change
Browse files Browse the repository at this point in the history
  • Loading branch information
jay3332 committed Jul 18, 2024
1 parent dba2f99 commit 306c4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/channels/ConfirmMessageDeleteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function ConfirmMessageDeleteModal(props: Props) {
<p class="text-fg/70 text-sm mt-4 text-center">
Are you sure you want to delete this message?
</p>
<div class="rounded-xl overflow-y-auto max-h-[50lvh] bg-bg-3/50 mt-2 py-2">
<div class="rounded-xl overflow-y-auto max-h-[50lvh] bg-bg-3/30 mt-2 py-4">
<MessagePreview message={props.message} noHoverEffects />
</div>
<form
Expand Down

0 comments on commit 306c4aa

Please sign in to comment.