refactor: generalise modal footer style

This commit is contained in:
Carlos Valente
2024-10-26 20:41:07 +02:00
committed by Carlos Valente
parent ed4d0f060b
commit 27f99b4c87
6 changed files with 17 additions and 29 deletions
+3 -1
View File
@@ -25,6 +25,8 @@ export const ontimeModal = {
color: '#fefefe', // $gray-50
},
footer: {
padding: '0.5rem',
padding: '1rem',
display: 'flex',
gap: '0.5rem',
},
};