mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-14 19:25:02 -05:00
10 lines
204 B
TypeScript
10 lines
204 B
TypeScript
import styled from "styled-components";
|
|
|
|
export default styled.div`
|
|
padding: 8px;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
|
|
color: var(--accent);
|
|
background: var(--primary-background);
|
|
`;
|