mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
11 lines
210 B
TypeScript
11 lines
210 B
TypeScript
import styled from "styled-components/macro";
|
|
|
|
export default styled.div`
|
|
padding: 8px;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
|
|
color: var(--accent);
|
|
background: var(--primary-background);
|
|
`;
|