Skip to content

Commit fd82caf

Browse files
jackfranklindevtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com
authored andcommitted
AI: fix size of Opt in Dialog header
I think this got changed by accident during the Greenlines, as the styles were not updated. Bug: 477911897 Change-Id: I4cd5ae1c9ebc531fe09f5c9341defb622f3a2256 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7761587 Auto-Submit: Jack Franklin <jacktfranklin@chromium.org> Reviewed-by: Kateryna Prokopenko <kprokopenko@chromium.org> Commit-Queue: Jack Franklin <jacktfranklin@chromium.org>
1 parent 2081468 commit fd82caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/panels/ai_assistance/components/optInChangeDialog.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
gap: var(--sys-size-8);
2626
margin-bottom: var(--sys-size-8);
2727

28-
h2 {
28+
h1 {
2929
margin: 0;
3030
color: var(--sys-color-on-surface);
3131
font: var(--sys-typescale-headline5);

0 commit comments

Comments
 (0)