mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
Merge 01c7404d33
into 3bb317ad6d
This commit is contained in:
commit
d1b9ef2b31
@ -29,6 +29,7 @@ const ActionsBox = styled(Box)(({ theme }) => ({
|
||||
display: 'flex',
|
||||
gap: theme.spacing(1),
|
||||
alignItems: 'center',
|
||||
flexShrink: 0,
|
||||
}));
|
||||
|
||||
type ReminderType = 'complete' | 'removeCode' | 'archive' | null;
|
||||
|
Loading…
Reference in New Issue
Block a user