Skip to content

Commit

Permalink
fix: message section background
Browse files Browse the repository at this point in the history
  • Loading branch information
yamageji committed Apr 17, 2024
1 parent bfb0fa6 commit 2a9153f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/components/MessagePageSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
padding: var(--container-padding);
background: rgba(255, 255, 255, 0.75);
backdrop-filter: blur(2px);
backdrop-filter: blur(8px);
}
.content {
Expand Down

0 comments on commit 2a9153f

Please sign in to comment.