mirror of
https://github.com/WDI-Ideas/rubix-admin-panel.git
synced 2026-04-27 17:45:50 +00:00
card updated
This commit is contained in:
@@ -131,7 +131,7 @@ const CommunityBannerCard = ({
|
||||
</Text>
|
||||
</Tooltip>
|
||||
</Box>
|
||||
<Box
|
||||
<Button
|
||||
fontWeight={"normal"}
|
||||
className="web-text-xsmall"
|
||||
ps={3}
|
||||
@@ -140,17 +140,20 @@ const CommunityBannerCard = ({
|
||||
pb={1}
|
||||
mt={2}
|
||||
color={"#ffffff"}
|
||||
_hover={{
|
||||
bgGradient:"linear(to-r, #1E114B, purple)"
|
||||
}}
|
||||
// bg={'#1E114B'}
|
||||
bgGradient="linear(to-r, #1E114B, purple)"
|
||||
// bgGradient="linear(to-r, #1E114B, purple)"
|
||||
variant={"outline"}
|
||||
// colorScheme="purple"
|
||||
rounded={"md"}
|
||||
rounded={"sm"}
|
||||
size={"xs"}
|
||||
border={'none'}
|
||||
// border={'1px soild #fff'}
|
||||
|
||||
>
|
||||
{ctoBtnTitle}
|
||||
</Box>
|
||||
</Button>
|
||||
</Box>
|
||||
|
||||
{/* <Box display={"flex"} alignItems={"center"}>
|
||||
|
||||
Reference in New Issue
Block a user