refactor: button to allow html attributes & refactor class names (#956)
This commit is contained in:
@@ -55,7 +55,7 @@ export const Sync: FunctionComponent<Props> = observer(
|
||||
</Text>
|
||||
<Button
|
||||
className="min-w-20 mt-3"
|
||||
type="normal"
|
||||
variant="normal"
|
||||
label="Sync now"
|
||||
disabled={isSyncingInProgress}
|
||||
onClick={doSynchronization}
|
||||
|
||||
Reference in New Issue
Block a user