Fixed Selection option for new node is not visible (#8751)

This commit is contained in:
Shailesh Parmar 2022-11-15 16:23:41 +05:30 committed by GitHub
parent fb8cfca6af
commit 6d089d9e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -117,7 +117,7 @@ const NodeSuggestions: FC<EntitySuggestionProps> = ({
aria-orientation="vertical"
className="tw-origin-top-right tw-absolute tw-z-20
tw-w-max tw-mt-1 tw-rounded-md tw-shadow-lg
tw-bg-white tw-ring-1 tw-ring-black tw-ring-opacity-5 focus:tw-outline-none"
tw-bg-white tw-ring-1 tw-ring-black tw-ring-opacity-5 focus:tw-outline-none text-body"
role="menu">
{data.map((entity) => (
<div

View File

@ -12,7 +12,7 @@
*/
// common css utils file
@import url('./variables.less');
@primary: #7147e8;
@primary-light: rgb(244, 240, 253);
@primary-hover-light: rgba(219, 209, 249);
@ -57,6 +57,9 @@
.text-grey-muted {
color: #6b7280;
}
.text-body {
color: @text-color-secondary;
}
// text alignment