diff --git a/dapp/src/components/AcrePointsClaimModal.tsx b/dapp/src/components/AcrePointsClaimModal.tsx index e0a161be0..baf32284a 100644 --- a/dapp/src/components/AcrePointsClaimModal.tsx +++ b/dapp/src/components/AcrePointsClaimModal.tsx @@ -66,7 +66,7 @@ function AcrePointsClaimModalBase({ prefix="+" suffix=" PTS" animateMode="whileInView" - color="brand.400" + color="acre.50" />, ], [ @@ -75,7 +75,7 @@ function AcrePointsClaimModalBase({ value={formattedTotalAmount} suffix=" PTS" animateMode="whileInView" - indicationColor="brand.400" + indicationColor="acre.50" />, ], // TODO: Uncomment when the leaderboard feature is ready @@ -85,7 +85,7 @@ function AcrePointsClaimModalBase({ // value={rankPositionDifference} // prefix={rankPositionDifference > 0 ? "+" : "-"} // animateMode="whileInView" - // color={rankPositionDifference > 0 ? "green.500" : "red.500"} + // color={rankPositionDifference > 0 ? "green.50" : "red.50"} // />, // ], // [ @@ -94,7 +94,7 @@ function AcrePointsClaimModalBase({ // value={estimatedRankPosition} // prefix="#" // animateMode="whileInView" - // indicationColor="brand.400" + // indicationColor="acre.50" // />, // ], ], @@ -166,7 +166,7 @@ function AcrePointsClaimModalBase({ fontSize={{ base: "5xl", md: "8xl" }} lineHeight="6.25rem" // 100px fontWeight="bold" - color="grey.700" + color="text.primary" > {currentStepValue} diff --git a/dapp/src/components/ConnectWalletModal/ConnectWalletAlert.tsx b/dapp/src/components/ConnectWalletModal/ConnectWalletAlert.tsx index 1315ba487..d91f0201f 100644 --- a/dapp/src/components/ConnectWalletModal/ConnectWalletAlert.tsx +++ b/dapp/src/components/ConnectWalletModal/ConnectWalletAlert.tsx @@ -49,7 +49,7 @@ const CONNECTION_ALERTS: ConnectionAlerts = { [ConnectionAlert.Rejected]: { title: "Please connect your wallet to start using Acre", status: "info", - colorScheme: "blue", + colorScheme: "oldPalette.blue", }, [ConnectionAlert.NotSupported]: { title: "Not supported.", diff --git a/dapp/src/components/ConnectWalletModal/ConnectWalletButton.tsx b/dapp/src/components/ConnectWalletModal/ConnectWalletButton.tsx index 557271185..e102b384f 100644 --- a/dapp/src/components/ConnectWalletModal/ConnectWalletButton.tsx +++ b/dapp/src/components/ConnectWalletModal/ConnectWalletButton.tsx @@ -196,7 +196,7 @@ export default function ConnectWalletButton({ key={connector.id} alignSelf="stretch" borderWidth={1} - borderColor="gold.300" + borderColor="surface.4" rounded="sm" mb={3} _last={{ mb: 0 }} @@ -252,7 +252,7 @@ export default function ConnectWalletButton({ pt={4} borderTopWidth={1} borderStyle="solid" - borderColor="gold.300" + borderColor="surface.4" align="start" > diff --git a/dapp/src/components/ConnectWalletModal/ConnectWalletStatusLabel.tsx b/dapp/src/components/ConnectWalletModal/ConnectWalletStatusLabel.tsx index 13381c6bc..7c1492482 100644 --- a/dapp/src/components/ConnectWalletModal/ConnectWalletStatusLabel.tsx +++ b/dapp/src/components/ConnectWalletModal/ConnectWalletStatusLabel.tsx @@ -10,16 +10,16 @@ import Spinner from "../shared/Spinner" const statusToLabelProps: Record = { idle: { - color: "grey.500", + color: "text.tertiary", }, pending: { - color: "brand.400", + color: "acre.50", }, error: { - color: "grey.500", + color: "text.tertiary", }, success: { - color: "grey.700", + color: "text.primary", }, } @@ -27,8 +27,8 @@ const boxSize = 5 const statusToIcon: Record = { idle: , pending: , - error: , - success: , + error: , + success: , } type ConnectWalletStatusLabelProps = { @@ -52,7 +52,7 @@ export default function ConnectWalletStatusLabel({ {isError && ( - + Rejected by user diff --git a/dapp/src/components/Header/ConnectWallet.tsx b/dapp/src/components/Header/ConnectWallet.tsx index c0c874c46..a47a922a4 100644 --- a/dapp/src/components/Header/ConnectWallet.tsx +++ b/dapp/src/components/Header/ConnectWallet.tsx @@ -68,8 +68,8 @@ export default function ConnectWallet() { - - + + Your funds are secure. diff --git a/dapp/src/components/TransactionModal/ActiveStakingStep/StakingErrorModal/ServerErrorModal.tsx b/dapp/src/components/TransactionModal/ActiveStakingStep/StakingErrorModal/ServerErrorModal.tsx index 9b79f6913..0d3ec6909 100644 --- a/dapp/src/components/TransactionModal/ActiveStakingStep/StakingErrorModal/ServerErrorModal.tsx +++ b/dapp/src/components/TransactionModal/ActiveStakingStep/StakingErrorModal/ServerErrorModal.tsx @@ -31,11 +31,11 @@ export default function ServerErrorModal({ return ( <> - + We're currently facing system issues. - + @@ -59,7 +59,7 @@ export default function ServerErrorModal({ px={8} flexDirection="row" justifyContent="space-between" - bgColor="gold.200" + bgColor="surface.3" borderRadius="md" > @@ -70,14 +70,14 @@ export default function ServerErrorModal({ {/* TODO: ADD a tooltip */} {/* */} - + Partial Outage