Skip to content

Commit

Permalink
[Obs AI Assistant] Restore shades as they are not needed to remove ju…
Browse files Browse the repository at this point in the history
…st yet
  • Loading branch information
viduni94 committed Nov 20, 2024
1 parent 02fe1ad commit 1b3915f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.backgroundBaseDisabled} />
<EuiHorizontalRule margin="none" color={euiTheme.colors.lightestShade} />
<EuiPanel hasShadow={false} paddingSize="s" className={containerClassName}>
{controls}
</EuiPanel>
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.backgroundBaseDisabled};
background-color: ${theme.euiTheme.colors.lightestShade};
.euiCodeBlock__pre {
margin-bottom: 0;
padding: ${theme.euiTheme.size.m};
Expand Down

0 comments on commit 1b3915f

Please sign in to comment.