From 2c20a6bdb4449ee9a3ac7766e6673b8797c53bda Mon Sep 17 00:00:00 2001 From: Sean Perkins <13732623+sean-perkins@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:45:25 -0500 Subject: [PATCH] chore(breaking): update picker component heading level (#28725) Issue number: N/A --------- ## What is the current behavior? The picker heading level is currently an `h2`, where the other component headings are `h4`. ## What is the new behavior? - Updates the heading level for Picker to `h4`. ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information --- BREAKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BREAKING.md b/BREAKING.md index 139d45a9cf..9f98d2ef30 100644 --- a/BREAKING.md +++ b/BREAKING.md @@ -66,7 +66,7 @@ This section details the desktop browser, JavaScript framework, and mobile platf + background: red; } ``` -