From f709972f860fbcd2e775909519a7f759d285951f Mon Sep 17 00:00:00 2001 From: Alex Johansson Date: Fri, 24 Sep 2021 13:52:00 +0100 Subject: [PATCH] ui bug: alert looking funky (#766) * tweak alert text to be growing * fix alert looking funky * get rid of `typeof window` dirt --- components/ui/Alert.tsx | 2 +- lib/core/browser/browser.utils.ts | 4 +--- lib/core/browser/useDarkMode.tsx | 2 +- pages/event-types/index.tsx | 10 +++++----- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/components/ui/Alert.tsx b/components/ui/Alert.tsx index 08deee22ff..2b12f128cf 100644 --- a/components/ui/Alert.tsx +++ b/components/ui/Alert.tsx @@ -32,7 +32,7 @@ export function Alert(props: AlertProps) {