frontend client for gemstone. decentralised workplace app
2
fork

Configure Feed

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

refactor: increase hover lightness by 2%

serenity b77d5d69 eebce5a7

+2 -2
+1 -1
src/components/Settings/LatticeSettings.tsx
··· 101 101 102 102 gap: 4, 103 103 backgroundColor: hovered 104 - ? lighten(semantic.primary, 5) 104 + ? lighten(semantic.primary, 7) 105 105 : semantic.primary, 106 106 alignSelf: "flex-start", 107 107 padding: 8,
+1 -1
src/components/Settings/ShardSettings.tsx
··· 101 101 102 102 gap: 4, 103 103 backgroundColor: hovered 104 - ? lighten(semantic.primary, 5) 104 + ? lighten(semantic.primary, 7) 105 105 : semantic.primary, 106 106 alignSelf: "flex-start", 107 107 padding: 8,