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
|
# Tianji
|
||||||
|
|
||||||
<img src="./website/static/img/logo.svg" width="128" />
|
<img src="./website/static/img/logo.svg" width="128" />
|
||||||
|
@ -92,7 +92,7 @@ export const NotificationInfoModal: React.FC<NotificationInfoModalProps> =
|
|||||||
open={props.open}
|
open={props.open}
|
||||||
onCancel={props.onCancel}
|
onCancel={props.onCancel}
|
||||||
footer={
|
footer={
|
||||||
<div>
|
<div className="space-x-2">
|
||||||
<Button loading={testMutation.isLoading} onClick={handleTest}>
|
<Button loading={testMutation.isLoading} onClick={handleTest}>
|
||||||
Test
|
Test
|
||||||
</Button>
|
</Button>
|
||||||
|
Loading…
Reference in New Issue
Block a user