From 855a4a53e2c05a611f0eeedabbdc4f6852d603ea Mon Sep 17 00:00:00 2001 From: ChainEx <57598532+AniketSindhu@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:59:31 +0530 Subject: [PATCH] FEAT: UI improvements --- src/components/EmptyVault.tsx | 34 +++++++++++++++----------------- src/components/Params.tsx | 21 ++++++++++---------- src/components/StabilityPool.tsx | 21 ++++++++++---------- src/components/Vault.tsx | 16 +++++++-------- src/components/modals/Modal.tsx | 10 +++++----- tailwind.config.js | 2 +- 6 files changed, 51 insertions(+), 53 deletions(-) diff --git a/src/components/EmptyVault.tsx b/src/components/EmptyVault.tsx index c9670e9..df8c278 100644 --- a/src/components/EmptyVault.tsx +++ b/src/components/EmptyVault.tsx @@ -1,29 +1,27 @@ import React from "react"; +import Button from "./Button"; const EmptyVault = ({ openModal }: { openModal: Function }) => { return ( -
- You haven't borrowed any pUSD yet. -
+You haven't borrowed any pUSD yet.
- You can borrow pUSD by opening a Vault. -
+You can borrow pUSD by opening a Vault.