WIP PWA for Grain
0
fork

Configure Feed

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

fix: remove double border in action dialog

-2
-2
src/components/organisms/grain-action-dialog.js
··· 54 54 } 55 55 .action-button.cancel { 56 56 color: var(--color-text-secondary); 57 - border-top: 1px solid var(--color-border); 58 - margin-top: 8px; 59 57 } 60 58 `; 61 59