fix(css): don't target button globally (#1510)

* fix(css): don't target button globally

* fix(css): revert toast change
This commit is contained in:
TheCatLady
2021-04-27 11:23:36 -04:00
committed by GitHub
parent 2a912180b8
commit f78b9c1ca9
9 changed files with 20 additions and 28 deletions

View File

@@ -50,7 +50,7 @@ const Toast: React.FC<ToastProps> = ({
onClick={() => onDismiss()}
className="inline-flex text-gray-400 transition duration-150 ease-in-out focus:outline-none focus:text-gray-500"
>
<XIcon />
<XIcon className="w-5 h-5" />
</button>
</div>
</div>