From 47d9bde3fe5ed6df53394b9cb77a4ff9755fcf90 Mon Sep 17 00:00:00 2001 From: celine Date: Thu, 20 Jun 2024 20:32:12 -0400 Subject: [PATCH] added a png to serve as background behind thigs that are transparent, ie the slider in theme setter for page bg, slight tweak to separator component --- components/Layout.tsx | 4 +++- public/transparent-bg.png | Bin 0 -> 154 bytes 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 public/transparent-bg.png diff --git a/components/Layout.tsx b/components/Layout.tsx index 13c91dba..cb95f4f1 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -1,3 +1,5 @@ export const Separator = (props: { classname?: string }) => { - return
; + return ( +
+ ); }; diff --git a/public/transparent-bg.png b/public/transparent-bg.png new file mode 100644 index 0000000000000000000000000000000000000000..22df71f7bff0436f0cb38795d9bbe9430c4a0153 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0y~yVBi2@4mJh`h9ms@x)~T4I14-?iy0WWg+Z8+Vb&Z8 z1_lPk;vjb?hIQv;UNSH+u%tWsIx;Y9?C1WI$jZRLpzrD87*fHwws#{hg8|PWkN$`M z%OA|#q8#0JO!~wm?;vG`nZoSM|DC=n^WQ$*8Mwn*musr#^RLki3=9mOu6{1-oD!M< DPI)TO literal 0 HcmV?d00001 -- 2.51.2