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.

Merge pull request #985 from zisra/x-button

Make x-button more visible

authored by

William Oldham and committed by
GitHub
fcee7001 89bc201b

+17 -17
+1 -1
src/components/buttons/IconPatch.tsx
··· 25 25 return ( 26 26 <div className={props.className || undefined} onClick={props.onClick}> 27 27 <div 28 - className={`flex items-center justify-center rounded-full border-2 border-transparent backdrop-blur-lg bg-pill-background bg-opacity-50 transition-[background-color,color,transform,border-color] duration-75 ${transparentClasses} ${clickableClasses} ${activeClasses} ${sizeClasses}`} 28 + className={`flex items-center justify-center rounded-full border-2 border-transparent bg-pill-background bg-opacity-100 transition-[background-color,color,transform,border-color] duration-75 ${transparentClasses} ${clickableClasses} ${activeClasses} ${sizeClasses}`} 29 29 > 30 30 <Icon icon={props.icon} /> 31 31 </div>
+16 -16
themes/default.ts
··· 31 31 c200: "#8A293B", 32 32 c300: "#812435", 33 33 c400: "#701B2B", 34 - } 34 + }, 35 35 }, 36 36 blue: { 37 37 c50: "#ADADF5", ··· 43 43 c600: "#1B1B41", 44 44 c700: "#171736", 45 45 c800: "#101020", 46 - c900: "#0B0B13" 46 + c900: "#0B0B13", 47 47 }, 48 48 purple: { 49 49 c50: "#D5AAFF", ··· 55 55 c600: "#411F64", 56 56 c700: "#31184A", 57 57 c800: "#221134", 58 - c900: "#160B22" 58 + c900: "#160B22", 59 59 }, 60 60 ash: { 61 61 c50: "#7F8D9B", ··· 67 67 c600: "#172532", 68 68 c700: "#131E29", 69 69 c800: "#101820", 70 - c900: "#0C1216" 70 + c900: "#0C1216", 71 71 }, 72 72 shade: { 73 73 c50: "#676790", ··· 79 79 c600: "#171728", 80 80 c700: "#131322", 81 81 c800: "#0F0F1B", 82 - c900: "#0A0A12" 83 - } 84 - } 82 + c900: "#0A0A12", 83 + }, 84 + }; 85 85 86 86 export const defaultTheme = { 87 87 extend: { ··· 100 100 101 101 activeBackground: tokens.shade.c300, 102 102 }, 103 - 103 + 104 104 // meta data for the theme itself 105 105 global: { 106 106 accentA: tokens.blue.c200, 107 107 accentB: tokens.blue.c300, 108 108 }, 109 - 109 + 110 110 // light bar 111 111 lightBar: { 112 112 light: tokens.blue.c400, 113 113 }, 114 - 114 + 115 115 // Buttons 116 116 buttons: { 117 117 toggle: tokens.purple.c300, 118 118 toggleDisabled: tokens.ash.c500, 119 119 danger: tokens.semantic.rose.c300, 120 120 dangerHover: tokens.semantic.rose.c200, 121 - 121 + 122 122 secondary: tokens.ash.c700, 123 123 secondaryText: tokens.semantic.silver.c300, 124 124 secondaryHover: tokens.ash.c700, ··· 130 130 cancel: tokens.ash.c500, 131 131 cancelHover: tokens.ash.c300, 132 132 }, 133 - 133 + 134 134 // only used for body colors/textures 135 135 background: { 136 136 main: tokens.shade.c900, ··· 144 144 modal: { 145 145 background: tokens.shade.c800, 146 146 }, 147 - 147 + 148 148 // typography 149 149 type: { 150 150 logo: tokens.purple.c100, ··· 233 233 }, 234 234 235 235 saveBar: { 236 - background: tokens.shade.c800 237 - } 236 + background: tokens.shade.c800, 237 + }, 238 238 }, 239 239 240 240 // Utilities ··· 290 290 291 291 autoPlay: { 292 292 background: tokens.ash.c700, 293 - hover: tokens.ash.c500 293 + hover: tokens.ash.c500, 294 294 }, 295 295 296 296 scraping: {