Gird
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user