mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
12 lines
286 B
React
12 lines
286 B
React
import { ToastContainer } from "react-toastify";
|
|
import styled from "styled-components";
|
|
|
|
export const Toast = styled(ToastContainer)`
|
|
.Toastify__toast {
|
|
border-radius: 0px;
|
|
font-size: 11pt;
|
|
animation-duration: 0s;
|
|
border: 1px solid #fee9cd;
|
|
color: #c5c8c6;
|
|
}
|
|
`; |