Skip to content

Commit c65d8f6

Browse files
arthur-polidoriofabiana-monteiro
authored andcommitted
fix(header): implementa correção para posicionamento do popover
Implementa correção para posicionamento do popover no header; Nova propriedade 'width' na interface PoHeaderActionPopoverAction; Fixes: DTHFUI-12554
1 parent 2169465 commit c65d8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ui/src/lib/services/po-theme/po-theme.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export class PoThemeService {
167167

168168
if (!this.isValidA11yLevel(a11yLevel)) return false;
169169

170-
const defaultSize = 'small';
170+
const defaultSize = enable ? 'small' : 'medium';
171171
document.documentElement.setAttribute('data-default-size', defaultSize);
172172

173173
if (a11yLevel === PoThemeA11yEnum.AA && enable) {

0 commit comments

Comments
 (0)