style: add space in notification create modal
This commit is contained in:
parent
5c2e0e46e1
commit
dc39a7b7cf
@ -1,3 +1,7 @@
|
||||
[![CI](https://github.com/msgbyte/tianji/actions/workflows/ci.yaml/badge.svg)](https://github.com/msgbyte/tianji/actions/workflows/ci.yaml)
|
||||
[![Build Reporter Release](https://github.com/msgbyte/tianji/actions/workflows/reporter-release.yml/badge.svg)](https://github.com/msgbyte/tianji/actions/workflows/reporter-release.yml)
|
||||
[![Docker Build CI](https://github.com/msgbyte/tianji/actions/workflows/ci-docker.yaml/badge.svg)](https://github.com/msgbyte/tianji/actions/workflows/ci-docker.yaml)
|
||||
|
||||
# Tianji
|
||||
|
||||
<img src="./website/static/img/logo.svg" width="128" />
|
||||
|
@ -92,7 +92,7 @@ export const NotificationInfoModal: React.FC<NotificationInfoModalProps> =
|
||||
open={props.open}
|
||||
onCancel={props.onCancel}
|
||||
footer={
|
||||
<div>
|
||||
<div className="space-x-2">
|
||||
<Button loading={testMutation.isLoading} onClick={handleTest}>
|
||||
Test
|
||||
</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user