This repository has no description
0

Configure Feed

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

feat: "connected" card button colour on url

+1 -2
+1 -2
src/webapp/features/cards/components/urlCardActions/UrlCardActions.tsx
··· 136 136 <Tooltip label="Connect to another card" withArrow> 137 137 <Button 138 138 variant="light" 139 - color="gray" 140 - c={props.urlIsConnected ? 'green' : 'gray'} 139 + color={props.urlIsConnected ? 'green' : 'gray'} 141 140 size="xs" 142 141 radius={'xl'} 143 142 leftSection={