a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add back bg to theme labels

+4
+4
components/ThemeManager/ThemeSetter.tsx
··· 1 + "use client"; 1 2 import * as Popover from "@radix-ui/react-popover"; 2 3 import * as Slider from "@radix-ui/react-slider"; 3 4 import { theme } from "../../tailwind.config"; ··· 251 252 <button 252 253 onClick={() => { 253 254 props.setOpenPicker(props.thisPicker); 255 + }} 256 + style={{ 257 + backgroundColor: "rgba(var(--bg-card), .6)", 254 258 }} 255 259 className="colorPickerLabel flex gap-1 items-center place-self-end py-[2px] pl-1 mb-1 rounded-md" 256 260 >