feat(SW-914): add button color
This commit is contained in:
@@ -11,7 +11,9 @@ export default function Amenity({ name, buttonUrl }: AmenityProps) {
|
||||
<div>{name}</div>
|
||||
{buttonUrl && (
|
||||
<Button theme="base" intent="primary" fullWidth asChild>
|
||||
<Link href={buttonUrl}>{name}</Link>
|
||||
<Link href={buttonUrl} color="white">
|
||||
{name}
|
||||
</Link>
|
||||
</Button>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user