Changed some components classes to use new theme

This commit is contained in:
unknown
2021-09-30 14:13:09 +02:00
parent afe2f32fea
commit f75dd1995e
11 changed files with 29 additions and 18 deletions

View File

@@ -183,7 +183,7 @@ export const SnippetForm = (props: Props): JSX.Element => {
<div className='d-grid'>
<Button
text={`${inEdit ? 'Update snippet' : 'Create snippet'}`}
color='dark'
color='secondary'
type='submit'
/>
</div>