Skip to content

Commit

Permalink
feat(typingIndicator): update size from regular to small in typing in…
Browse files Browse the repository at this point in the history
…dicator component
  • Loading branch information
anuradha9712 authored and samyak3009 committed Jan 30, 2025
1 parent 53a07c5 commit 195c4bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const TypingIndicator: React.FC<TypingIndicatorProps> = (props) => {
data-test="DesignSystem-Chat-TypingIndicator"
appearance="subtle"
weight="medium"
size="small"
role="status"
aria-live="polite"
aria-atomic="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`Chat Typing Indicator component snapshot
<span
aria-atomic="true"
aria-live="polite"
class="Text Text--subtle Text--medium Text--regular"
class="Text Text--subtle Text--medium Text--small"
data-test="DesignSystem-Chat-TypingIndicator"
role="status"
>
Expand Down

0 comments on commit 195c4bc

Please sign in to comment.