Skip to content

Commit

Permalink
fix(theme-builder): removed apostrophe that was terminating string in…
Browse files Browse the repository at this point in the history
… generated metadata
  • Loading branch information
Strider2342 committed Nov 7, 2024
1 parent 928565d commit f9c4b77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $chat-bubble-color-primary: $base-text-color !default;
$chat-bubble-background-color-primary: null !default;

/**
* $name 42. Bubble background color (others' messages)
* $name 42. Bubble background color (other messages)
* $type color
*/
$chat-bubble-background-color-secondary: $base-border-color !default;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $chat-bubble-color-primary: null !default;
$chat-bubble-background-color-primary: null !default;

/**
* $name 42. Bubble background color (others' messages)
* $name 42. Bubble background color (other messages)
* $type color
*/
$chat-bubble-background-color-secondary: null !default;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $chat-bubble-color-primary: $base-text-color !default;
$chat-bubble-background-color-primary: null !default;

/**
* $name 42. Bubble background color (others' messages)
* $name 42. Bubble background color (other messages)
* $type color
*/
$chat-bubble-background-color-secondary: rgba($base-inverted-bg, 0.08) !default;
Expand Down

0 comments on commit f9c4b77

Please sign in to comment.