Skip to content

Commit

Permalink
Change to small button for incontext insight
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 committed Aug 19, 2024
1 parent 940859a commit cd192ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/components/incontext_insight/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ export const IncontextInsight = ({ children }: IncontextInsightProps) => {
);

const GeneratePopoverBody: React.FC<{}> = ({}) => (
<EuiButton onClick={() => toasts.addDanger('To be implemented...')}>Generate summary</EuiButton>
<EuiSmallButton onClick={() => toasts.addDanger('To be implemented...')}>
Generate summary
</EuiSmallButton>
);

const SummaryPopoverBody: React.FC<{ incontextInsight: IncontextInsightInput }> = ({
Expand Down

0 comments on commit cd192ec

Please sign in to comment.