diff options
Diffstat (limited to 'packages/website')
-rw-r--r-- | packages/website/ts/components/top_bar.tsx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/website/ts/components/top_bar.tsx b/packages/website/ts/components/top_bar.tsx index 73bdfacca..bcb8efd07 100644 --- a/packages/website/ts/components/top_bar.tsx +++ b/packages/website/ts/components/top_bar.tsx @@ -41,11 +41,6 @@ const styles: Styles = { whiteSpace: 'nowrap', width: 70, }, - addressPopover: { - backgroundColor: colors.blueGrey500, - color: colors.white, - padding: 3, - }, topBar: { backgroundcolor: colors.white, height: 59, |