pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

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

remove glass button

Pas 5eb15d8f 263edf00

-3
-3
src/components/buttons/Button.tsx
··· 53 53 if (props.theme === "danger") 54 54 colorClasses = 55 55 "bg-buttons-danger hover:bg-buttons-dangerHover text-white gap-2"; 56 - if (props.theme === "glass") 57 - colorClasses = 58 - "text-white hover:scale-105 bg-buttons-purple hover:bg-buttons-purpleHover bg-opacity-45 hover:bg-opacity-60 !backdrop-blur-md border-2 border-gray-400 border-opacity-20 gap-2"; 59 56 60 57 let classes = classNames( 61 58 "tabbable cursor-pointer inline-flex items-center justify-center rounded-lg font-medium transition-[transform,background-color] duration-100 active:scale-105 md:px-8",