mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 17:35:28 +00:00
Add more internal CSS variables.
This commit is contained in:
@@ -37,8 +37,8 @@ export default styled.div<BaseMessageProps>`
|
||||
props.contrast &&
|
||||
css`
|
||||
padding: 0.3rem;
|
||||
border-radius: 4px;
|
||||
background: var(--hover);
|
||||
border-radius: var(--border-radius);
|
||||
`}
|
||||
|
||||
${(props) =>
|
||||
|
||||
Reference in New Issue
Block a user