mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
Initial commit
This commit is contained in:
10
src/components/ui/Banner.tsx
Normal file
10
src/components/ui/Banner.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import styled from "styled-components";
|
||||
|
||||
export const Banner = styled.div`
|
||||
padding: 8px;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
|
||||
color: var(--accent);
|
||||
background: var(--primary-background);
|
||||
`;
|
||||
Reference in New Issue
Block a user