loaders, outSelectClose, notifications

This commit is contained in:
Mikola
2024-02-14 14:54:45 +03:00
parent 3a7929689d
commit 183659459a
4 changed files with 26 additions and 12 deletions

View File

@ -8,7 +8,7 @@ export const Loader = ({ width = 50, height = 50, style }) => {
<div className="loader">
<SVGLoader
type="Circles"
color={style ? style : `#fff`}
color={style ? style : `green`}
height={height}
width={width}
/>

View File

@ -5,7 +5,6 @@
justify-content: center;
align-items: center;
position: relative;
//&:hover {
// path {
// fill: #6aaf5c;