a tool for shared writing and social publishing
0
fork

Configure Feed

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

fix smoke colors

+1 -1
+1 -1
components/Toast.tsx
··· 132 132 className={`smoke text-center pointer-events-none absolute z-50 rounded-full px-2 py-1 text-sm ${ 133 133 props.error 134 134 ? "border-accent-red text-accent-red border bg-white" 135 - : "bg-accent-blue text-white" 135 + : "bg-accent text-accentText" 136 136 }`} 137 137 > 138 138 <style jsx>{`