Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: remove rounded right corner from wallet (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsANameToo authored and luciorubeens committed Oct 24, 2018
1 parent 09d9da2 commit d848fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/components/Menu/MenuTab/MenuTab.vue
@@ -1,5 +1,5 @@
<template>
<div class="MenuTab bg-theme-feature rounded-b-lg overflow-hidden">
<div class="MenuTab bg-theme-feature overflow-hidden">
<nav class="MenuTab__nav bg-theme-feature-item-alternative text-theme-feature-item-alternative-text">
<div class="inline-flex justify-start items-center">
<button
Expand Down
Expand Up @@ -3,7 +3,7 @@
<WalletHeading class="sticky pin-t z-10" />
<MenuTab
v-model="currentTab"
class="flex-1 overflow-y-auto"
class="flex-1 overflow-y-auto rounded-bl-lg"
>
<MenuTabItem
v-for="tab in tabs"
Expand Down

0 comments on commit d848fea

Please sign in to comment.