Skip to content

Commit

Permalink
[Obs AI Assistant] Borealis theme updates (elastic#199715)
Browse files Browse the repository at this point in the history
  • Loading branch information
viduni94 committed Nov 26, 2024
1 parent 430cc27 commit ba90934
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 @@ -64,7 +64,7 @@ export function ChatItemControls({

return controls ? (
<>
<EuiHorizontalRule margin="none" color={euiTheme.colors.lightestShade} />
<EuiHorizontalRule margin="none" color={euiTheme.colors.backgroundBaseDisabled} />
<EuiPanel hasShadow={false} paddingSize="s" className={containerClassName}>
{controls}
</EuiPanel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function InsightBase({
position="right"
/>
</EuiFlexGroup>
<EuiText size="s" css={{ color: euiTheme.colors.subduedText }}>
<EuiText size="s" css={{ color: euiTheme.colors.textSubdued }}>
<span>{description}</span>
</EuiText>
</EuiFlexItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import React from 'react';
import { ChatActionClickHandler, ChatActionClickType } from '../chat/types';

const getCodeBlockClassName = (theme: UseEuiTheme) => css`
background-color: ${theme.euiTheme.colors.lightestShade};
background-color: ${theme.euiTheme.colors.backgroundBaseDisabled};
.euiCodeBlock__pre {
margin-bottom: 0;
padding: ${theme.euiTheme.size.m};
Expand Down

0 comments on commit ba90934

Please sign in to comment.