From 355d09ea31570641fb79dc51cdea61d1e33830fa Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 15 Jan 2021 14:39:39 -0600 Subject: [PATCH] better styling of about button --- src/components/SettingsDrawer.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/SettingsDrawer.tsx b/src/components/SettingsDrawer.tsx index 983cdf2d..b1d4b7bf 100644 --- a/src/components/SettingsDrawer.tsx +++ b/src/components/SettingsDrawer.tsx @@ -2,6 +2,7 @@ // Copyright (c) 2021 The Pybricks Authors import { + Button, Classes, Drawer, FormGroup, @@ -142,14 +143,16 @@ class SettingsDrawer extends React.PureComponent { - { onAbout(); return true; }} > {i18n.translate(SettingsStringId.HelpAboutLabel)} - +