Skip to content

Commit

Permalink
Subdue text
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla committed Jan 2, 2024
1 parent 6802562 commit fa316ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion public/components/palantir/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
}
}


.palantirAnchorContent {
text-decoration: underline dashed 1.5px;
text-underline-offset: 2px;
Expand Down
4 changes: 3 additions & 1 deletion public/components/palantir/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ export const Palantir = ({
</EuiText>
) : null}
<EuiPopoverFooter>
<EuiText size="xs">Available suggestions</EuiText>
<EuiText size="xs" color="subdued">
Available suggestions
</EuiText>
<EuiBadge
color="hollow"
iconType="chatRight"
Expand Down

0 comments on commit fa316ec

Please sign in to comment.