Update beta button text

This commit is contained in:
Andrew Kingston 2023-04-18 21:20:08 +01:00
parent 71de911922
commit 8c1d939276
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<div class="beta-background" /> <div class="beta-background" />
<div class="beta"> <div class="beta">
Enjoying the spreadsheet? Enjoying the grid?
<Button size="M" cta>Give Feedback</Button> <Button size="M" cta>Give Feedback</Button>
</div> </div>
@ -26,11 +26,11 @@
z-index: 0; z-index: 0;
pointer-events: none; pointer-events: none;
position: absolute; position: absolute;
bottom: -205px; bottom: -230px;
right: -105px; right: -105px;
width: 1400px; width: 1400px;
height: 320px; height: 320px;
transform: rotate(-20deg); transform: rotate(-22deg);
background: linear-gradient( background: linear-gradient(
to top, to top,
var(--cell-background) 20%, var(--cell-background) 20%,