Skip to content

Commit

Permalink
fix(MessageBar): Placeholder should be 16px
Browse files Browse the repository at this point in the history
Placeholder was 16px only when used in chatbot, which affected our examples.
  • Loading branch information
rebeccaalpert committed Dec 6, 2024
1 parent 8a531ff commit 3ac9bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/module/src/MessageBar/MessageBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
left: 16px;
color: var(--pf-t--global--text--color--placeholder);
pointer-events: none;
font-size: var(--pf-t--chatbot--font-size);
}
}

Expand Down

0 comments on commit 3ac9bc4

Please sign in to comment.