Skip to content

Commit

Permalink
fixed some stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiral-Memory committed Apr 12, 2024
1 parent d74f8fe commit 1ae51bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react/src/components/QuoteMessage/QuoteMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ import { Icon } from '../Icon';
import { useMessageStore } from '../../store';

const QuoteMessageContainerCss = css`
margin: 1.25rem 0.5rem 0 0.5rem;
position: relative;
font-size: 1rem;
background-color: #ebeff5;
background-color: #f2f3f5;
padding: 0.5rem;
z-index: 100;
border: 0.5px solid currentColor;
Expand Down

0 comments on commit 1ae51bb

Please sign in to comment.