style: add space in notification create modal

This commit is contained in:
moonrailgun 2024-02-01 00:37:35 +08:00
parent 5c2e0e46e1
commit dc39a7b7cf
2 changed files with 5 additions and 1 deletions

View File

@ -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" />

View File

@ -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>