mirror of
https://github.com/pawelmalak/snippet-box.git
synced 2025-12-23 22:18:06 +01:00
Changed some components classes to use new theme
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user