Skip to content

Commit

Permalink
Add missing info tooltips to new streams table headers
Browse files Browse the repository at this point in the history
- Added info tooltips to the new streams table headers
  • Loading branch information
Mark Berger committed Jan 16, 2023
1 parent 5678fb6 commit 8401797
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.content {
display: flex;
height: 340px;
height: 360px;
}

.actions,
Expand Down Expand Up @@ -42,4 +42,13 @@
color: colors.$grey;
margin: variables.$spacing-lg 0;
}

.namespaceLink {
margin-top: variables.$spacing-lg;
color: colors.$blue;

.text {
color: colors.$blue;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ import { Text } from "components/ui/Text";
import { ToastType } from "components/ui/Toast";
import { Tooltip } from "components/ui/Tooltip";

import { useNotificationService } from "hooks/services/Notification";
import useWorkspace, { WebhookPayload } from "hooks/services/useWorkspace";
import { links } from "utils/links";

import { useNotificationService } from "../../../../../hooks/services/Notification";
import { Content, SettingsCard } from "../../SettingsComponents";
import help from "./help.png";
import styles from "./WebHookForm.module.scss";
Expand Down

0 comments on commit 8401797

Please sign in to comment.