Create a running variant for workflow diagram nodes (#10857)

- Add all the missing adaptive colors
- Create a running variant for the workflow diagram nodes
- Make the `<Loader />` be precisely `24px` large

## Demo



https://github.com/user-attachments/assets/cc9ef259-30dd-445d-b167-af35b4f9c4cc



Closes https://github.com/twentyhq/core-team-issues/issues/430
This commit is contained in:
Baptiste Devessier
2025-03-13 16:50:55 +01:00
committed by GitHub
parent b1322beac3
commit 29ead8ab69
7 changed files with 86 additions and 4 deletions

View File

@ -5,6 +5,7 @@ import { motion } from 'framer-motion';
const StyledLoaderContainer = styled.div<{
color?: ThemeColor;
}>`
box-sizing: border-box;
justify-content: center;
align-items: center;
display: flex;