From 9fc10885d1c28ced085b17f3e6a3827c696f1b68 Mon Sep 17 00:00:00 2001 From: beyond009 Date: Tue, 2 Apr 2024 10:36:12 +0000 Subject: [PATCH] chore: prettier --- src/app/globals.css | 2 +- src/app/layout.tsx | 4 +- src/app/page.tsx | 33 +++--- src/app/stake/page.tsx | 49 +++++---- src/components/ClaimReward/index.tsx | 40 +++---- src/components/Footer/BottomBar.tsx | 22 ++-- src/components/Footer/Info.tsx | 87 ++++++++------- src/components/Footer/index.tsx | 23 ++-- src/components/ProjectDetailCard/index.tsx | 63 ++++++----- src/components/StakeRanking/Staker.tsx | 39 ++++--- src/components/StakeRanking/TopStaker.tsx | 41 ++++--- src/components/StakeRanking/index.tsx | 36 ++++-- src/components/StakeTokenInfo/index.tsx | 72 ++++++------ src/components/StakeTokenInput/InputPanel.tsx | 53 +++++---- .../StakeTokenInput/SelectLockTime.tsx | 51 ++++++--- src/components/StakeTokenInput/Stake.tsx | 104 ++++++++++-------- src/components/StakeTokenInput/SwitchTab.tsx | 26 +++-- src/components/StakeTokenInput/UnStake.tsx | 2 +- src/components/StakeTokenInput/index.tsx | 36 +++--- 19 files changed, 446 insertions(+), 337 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index e158f54..6ece71c 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -7,7 +7,7 @@ --background-start-rgb: 214, 219, 220; --background-end-rgb: 255, 255, 255; --line-green: linear-gradient(180deg, rgb(0, 229, 119) 0%, rgb(0, 229, 172) 100%); - --line-blue: linear-gradient(180deg, #00AEE5 0%, #00E5BC 100%); + --line-blue: linear-gradient(180deg, #00aee5 0%, #00e5bc 100%); } @media (prefers-color-scheme: dark) { diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7562ece..01a97d9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -24,9 +24,7 @@ export default function RootLayout({
-
- {children} -
+
{children}