Skip to content

Commit

Permalink
fix: Merge code error
Browse files Browse the repository at this point in the history
  • Loading branch information
AricRedemption committed Mar 12, 2024
1 parent 7f77f85 commit 92fc187
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
8 changes: 0 additions & 8 deletions src/pages/wallet/Asset.vue
Original file line number Diff line number Diff line change
Expand Up @@ -267,19 +267,11 @@ const toReceive = () => {
@apply w-[119px] h-12 rounded-3xl flex items-center justify-center gap-x-2;
}
<<<<<<< HEAD
.btn-blue-light {
@apply btn bg-blue-light text-blue-primary;
}
.btn-blue-primary {
=======
.blue-light-btn {
@apply btn bg-blue-light text-blue-primary;
}
.blue-primary-btn {
>>>>>>> 91c8393a46fc535d308c052698e4cd45f194b6fa
@apply btn bg-blue-primary text-white;
}
Expand Down
3 changes: 0 additions & 3 deletions src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ const routes = [
},
},
{
<<<<<<< HEAD
path: '/settings/toolkit/btc-merge',
component: () => import('./pages/settings/components/BTCMerge.vue'),
meta: {
Expand All @@ -371,8 +370,6 @@ const routes = [
},
},
{
=======
>>>>>>> 91c8393a46fc535d308c052698e4cd45f194b6fa
path: '/settings/toolkit/space-merge',
component: () => import('./pages/settings/components/SpaceMerge.vue'),
meta: {
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = {
padding: {
7.5: '1.875rem',
22.5: '5.625rem',
},
keyframes: {
'accordion-down': {
from: { height: 0 },
Expand Down

0 comments on commit 92fc187

Please sign in to comment.