Skip to content

Commit 1d68b7a

Browse files
committed
Normalizes banner button sizes
1 parent 14f3289 commit 1d68b7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/webviews/apps/shared/components/banner/banner.css.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,15 +240,13 @@ export const bannerStyles = css`
240240
--button-foreground: var(--gl-banner-text-color);
241241
--button-hover-background: color-mix(in lab, var(--gl-banner-primary-background) 20%, #fff 30%);
242242
--button-padding: var(--gl-banner-button-padding);
243-
font-size: 1.2em;
244243
}
245244
246245
.banner--gradient-purple .banner__button--primary {
247246
grid-column: 2;
248247
justify-self: center;
249248
white-space: nowrap;
250249
--button-padding: var(--gl-banner-button-padding);
251-
font-size: 1.2em;
252250
}
253251
254252
.banner__button--secondary {

0 commit comments

Comments
 (0)