Skip to content

Commit

Permalink
fix(hint): adjust spacing to level 5
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Mar 30, 2022
1 parent d4f1520 commit 5bc5f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/bal-hint/bal-hint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class Hint implements BalConfigObserver {
></bal-icon>

<div
class="bal-hint-content data-test-hint-content p-4"
class="bal-hint-content data-test-hint-content p-5"
style={{ display: this.isActive ? 'inline-block' : 'none' }}
>
<slot></slot>
Expand Down

0 comments on commit 5bc5f21

Please sign in to comment.