mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-30 04:24:26 +01:00
style: proejct card btn color
This commit is contained in:
@@ -44,7 +44,7 @@ export default function ProjectCard({ project }: Props) {
|
||||
<FaUsers className='text-body2 mr-4' /> <span className='align-middle'>6 makers</span>
|
||||
</p>
|
||||
</div>
|
||||
<Button fullWidth color='primary' onClick={openProject} className=''>View Details</Button>
|
||||
<Button fullWidth color='white' onClick={openProject} className=''>View Details</Button>
|
||||
</Card>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user