forked from abner/for-legacy-web
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