Skip to content

Commit

Permalink
Merge pull request #700 from Sifchain/staging
Browse files Browse the repository at this point in the history
hotfix 2.7.8 - fix dark-coin solid background
  • Loading branch information
alanrsoares authored Jul 11, 2022
2 parents 19fd486 + 95d2dbd commit fe70bbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "2.7.7",
"version": "2.7.8",
"private": true,
"scripts": {
"bump": "bump patch --tag --commit 'testnet release '",
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/Layout/LayoutBackground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const LAYOUT_BACKGROUNDS: LayoutBg[] = [
thumb: getUrl("dark-coin-thumb"),
Cmp: (props) => {
return (
<div class="relative h-full w-full bg-black">
<div class="relative h-full w-full bg-[#000]">
<img src={props.src.value} class="w-[42%]" />
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sifchain-ui",
"version": "2.7.7",
"version": "2.7.8",
"private": true,
"license": "UNLICENSED",
"packageManager": "[email protected]",
Expand Down

1 comment on commit fe70bbd

@vercel
Copy link

@vercel vercel bot commented on fe70bbd Jul 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.