fix: use correct close icon size

This commit is contained in:
Baptiste Grob
2021-02-15 16:06:47 +01:00
parent badff1568d
commit 523feff6c8
3 changed files with 6 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ function NoAccountWarning({ appState }: { appState: AppState }) {
}}
title="Ignore"
label="Ignore"
className="border-0 p-0 bg-transparent cursor-pointer rounded-md col-start-2 row-start-1 color-neutral hover:color-info"
className="border-0 m-0 p-0 bg-transparent cursor-pointer rounded-md col-start-2 row-start-1 color-neutral hover:color-info"
>
<Close className="fill-current" />
</button>