Skip to content

Commit

Permalink
fix: add missing styles to labs layout header actions shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwaltz committed Jun 19, 2024
1 parent de3ad17 commit 2cd012d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/shortcuts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function moserLabsShortcuts(defaultApp?: MoserLabsAppThemeKey) {
'labs-content-padding': 'p-6 sm:p-8',
'labs-layout': 'min-h-viewport flex bg-card',
'labs-layout-header': 'h-auto flex items-center gap-4 p-4 sm:h-20',
'labs-layout-header-actions': '',
'labs-layout-header-actions': 'flex items-center gap-4',
'labs-layout-header-content': 'mr-auto flex items-end gap-2',
'labs-layout-header-title':
'm-0 text-8 text-primary-gradient leading-tight',
Expand Down

0 comments on commit 2cd012d

Please sign in to comment.