Skip to content

Commit 07e61fb

Browse files
committed
docs: Rename theme variables to global variables
1 parent 7a70376 commit 07e61fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus/docs/Angular/code-examples/emoji-picker.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ We create a button that can be used to toggle the emoji picker.
120120

121121
The [`emoji-mart`](https://www.npmjs.com/package/@ctrl/ngx-emoji-mart) component has a lot of configuration options, feel free to explore those.
122122

123-
We set the `color` input to `--str-chat__primary-color` defined in the [stream-chat-css theme](../theming/theme-variables.mdx).
123+
We set the `color` input to `--str-chat__primary-color` defined in the [stream-chat-css theme](../theming/global-variables.mdx).
124124

125125
The [`ngIf`](https://angular.io/api/common/NgIf) directive is used to hide/show the emoji picker.
126126

@@ -157,7 +157,7 @@ The `emojiSelect` event is fired when a user selects an emoji, we emit the selec
157157

158158
5. Component styles
159159

160-
If you want to match the color of the emoji picker toggle button to the other tool buttons in the message input, you can use the `--str-chat__message-input-tools-color` to do that as defined in the [stream-chat-css theme](../theming/theme-variables.mdx)
160+
If you want to match the color of the emoji picker toggle button to the other tool buttons in the message input, you can use the `--str-chat__message-input-tools-color` to do that as defined in the [stream-chat-css theme](../theming/global-variables.mdx)
161161

162162
```scss
163163
.emoji-picker-container {

0 commit comments

Comments
 (0)