Skip to content

Commit

Permalink
chore: remove unit testing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Another-DevX committed Dec 15, 2023
1 parent 2801761 commit 2f1d471
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/_global/BalBtn/button-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const buttonColors = [
'red',
'white',
'blue',
'sky',
'pink',
'yellow',
'transparent',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const { isMobile, bp } = useBreakpoints();
</div>
</div>
<BalBtn
color="gradient-blue"
color="gradient"
class="self-end w-fit"
size="sm"
@click="startConnectWithInjectedProvider"
Expand Down Expand Up @@ -66,7 +66,7 @@ const { isMobile, bp } = useBreakpoints();
</div>
</div>
<BalBtn
color="gradient-blue"
color="gradient"
class="self-end w-fit"
size="sm"
@click="startConnectWithInjectedProvider"
Expand Down Expand Up @@ -107,7 +107,7 @@ const { isMobile, bp } = useBreakpoints();
</div>
</div>
<BalBtn
color="gradient-blue"
color="gradient"
class="self-end w-fit"
size="sm"
@click="startConnectWithInjectedProvider"
Expand Down

0 comments on commit 2f1d471

Please sign in to comment.