new colors

This commit is contained in:
Viktor Rådberg
2024-01-14 13:14:33 +01:00
parent d25da5d97b
commit bcf2a0a840
3 changed files with 13 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ export const Separator = ({
}) => {
return (
<div
className={`bg-common-black bg-opacity-30 rounded-full mt-2 mb-2`}
className={`bg-common-white bg-opacity-30 rounded-full mt-2 mb-2`}
style={{ width, height }}
/>
);