diff --git a/apps/web/src/components/ColoredBackground.tsx b/apps/web/src/components/ColoredBackground.tsx new file mode 100644 index 000000000..dd3bba8ae --- /dev/null +++ b/apps/web/src/components/ColoredBackground.tsx @@ -0,0 +1,8 @@ +const ColoredBackground = ({ color }: { color: string }) => ( +
+); + +export default ColoredBackground; diff --git a/apps/web/src/components/PatternedBackground.tsx b/apps/web/src/components/PatternedBackground.tsx index 4c2e143bf..5423cf690 100644 --- a/apps/web/src/components/PatternedBackground.tsx +++ b/apps/web/src/components/PatternedBackground.tsx @@ -1,5 +1,5 @@ const PatternedBackground = () => ( -