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>
|
<div>{name}</div>
|
||||||
{buttonUrl && (
|
{buttonUrl && (
|
||||||
<Button theme="base" intent="primary" fullWidth asChild>
|
<Button theme="base" intent="primary" fullWidth asChild>
|
||||||
<Link href={buttonUrl}>{name}</Link>
|
<Link href={buttonUrl} color="white">
|
||||||
|
{name}
|
||||||
|
</Link>
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user