This commit is contained in:
npcdazai
2024-09-27 17:33:30 +05:30
parent 25cfd9cc3b
commit e93de37cbf

View File

@@ -288,9 +288,10 @@ const WalletProgram = () => {
fontWeight={600}
fontSize="small"
color="#3725EA"
onClick={() => setShowGird(!showGrid)}
leftIcon={<CiBoxList color="#3725EA" fontSize={"15px"} />}
>
List
{showGrid && "List"}
</Button>
<Button
@@ -302,6 +303,7 @@ const WalletProgram = () => {
onClick={() => setShowGird(!showGrid)}
>
<BsFillGridFill color="#3725EA" fontSize={"15px"} />{" "}
{!showGrid && "Gird"}
</Button>
</Box>
</HStack>