Style header for assistant2 (#11570)

Release Notes:

- N/A
This commit is contained in:
Nate Butler
2024-05-08 14:17:07 -04:00
committed by GitHub
parent ec3aabe2c2
commit d103903229
3 changed files with 105 additions and 64 deletions
+6
View File
@@ -27,7 +27,13 @@ pub enum Spacing {
///
/// Relative to the user's `ui_font_size` and [UiDensity] setting.
Large,
/// Extra Large spacing - @16px/rem: `8px`|`12px`|`16px`
///
/// Relative to the user's `ui_font_size` and [UiDensity] setting.
XLarge,
/// 2X Large spacing - @16px/rem: `12px`|`16px`|`20px`
///
/// Relative to the user's `ui_font_size` and [UiDensity] setting.
XXLarge,
}