Skip to content

Commit 58ba3e5

Browse files
committed
Change button style to secondary
1 parent 5d77c5a commit 58ba3e5

File tree

1 file changed

+6
-6
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.limits

1 file changed

+6
-6
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.limits/route.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ function RateLimitRow({ info }: { info: RateLimitInfo }) {
373373
<TableCell alignment="right">
374374
<div className="flex justify-end">
375375
<Feedback
376-
button={<Button variant="tertiary/small">Contact us</Button>}
376+
button={<Button variant="secondary/small">Contact us</Button>}
377377
defaultValue="help"
378378
/>
379379
</div>
@@ -550,7 +550,7 @@ function QuotaRow({
550550
<TableCell alignment="right">
551551
<div className="flex justify-end">
552552
{canUpgrade ? (
553-
<LinkButton to={billingPath} variant="tertiary/small">
553+
<LinkButton to={billingPath} variant="secondary/small">
554554
View plans
555555
</LinkButton>
556556
) : (
@@ -584,7 +584,7 @@ function QuotaRow({
584584
if (!isOnTopPlan) {
585585
return (
586586
<div className="flex justify-end">
587-
<LinkButton to={billingPath} variant="tertiary/small">
587+
<LinkButton to={billingPath} variant="secondary/small">
588588
View plans
589589
</LinkButton>
590590
</div>
@@ -596,7 +596,7 @@ function QuotaRow({
596596
return (
597597
<div className="flex justify-end">
598598
<Feedback
599-
button={<Button variant="tertiary/small">Contact us</Button>}
599+
button={<Button variant="secondary/small">Contact us</Button>}
600600
defaultValue="help"
601601
/>
602602
</div>
@@ -723,7 +723,7 @@ function FeatureRow({
723723
case "view-plans":
724724
return (
725725
<div className="flex justify-end">
726-
<LinkButton to={billingPath} variant="tertiary/small">
726+
<LinkButton to={billingPath} variant="secondary/small">
727727
View plans
728728
</LinkButton>
729729
</div>
@@ -732,7 +732,7 @@ function FeatureRow({
732732
return (
733733
<div className="flex justify-end">
734734
<Feedback
735-
button={<Button variant="tertiary/small">Contact us</Button>}
735+
button={<Button variant="secondary/small">Contact us</Button>}
736736
defaultValue="help"
737737
/>
738738
</div>

0 commit comments

Comments
 (0)