Skip to content

Commit

Permalink
Sets font color for intro text (jupyterlab#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeill authored Jul 13, 2023
1 parent 11eff22 commit d524707
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/src/components/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function ChatBody({
}}
>
<Stack spacing={4}>
<p>
<p className="jp-ai-ChatSettings-welcome">
Welcome to Jupyter AI! To get started, please select a language
model to chat with from the settings panel. You will also likely
need to provide API credentials, so be sure to have those handy.
Expand Down
4 changes: 4 additions & 0 deletions packages/jupyter-ai/style/chat-settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
font-weight: 400;
color: var(--jp-ui-font-color1);
}

.jp-ai-ChatSettings-welcome {
color: var(--jp-ui-font-color1);
}

0 comments on commit d524707

Please sign in to comment.