Skip to content

Commit 9edf248

Browse files
author
David Kim
authored
feat: add subheading to nav popover and fix hover state via clockface… (#3096)
* feat: add subheading to nav popover and fix hover state via clockface update * feat: remove subheading for now until we can better handle onclikck * gradients primary became gradients.info
1 parent 68b9c80 commit 9edf248

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
},
159159
"dependencies": {
160160
"@docsearch/react": "^3.0.0-alpha.37",
161-
"@influxdata/clockface": "^3.0.0-beta.12",
161+
"@influxdata/clockface": "^3.0.1",
162162
"@influxdata/flux": "^0.5.1",
163163
"@influxdata/flux-lsp-browser": "^0.5.53",
164164
"@influxdata/giraffe": "^2.20.0",

src/shared/components/notifications/Notifications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {getNotifications} from 'src/shared/selectors/notifications'
1414

1515
const matchGradientToColor = (style: NotificationStyle): Gradients => {
1616
const converter = {
17-
[NotificationStyle.Primary]: Gradients.Primary,
17+
[NotificationStyle.Primary]: Gradients.Info,
1818
[NotificationStyle.Warning]: Gradients.WarningLight,
1919
[NotificationStyle.Success]: Gradients.HotelBreakfast,
2020
[NotificationStyle.Error]: Gradients.DangerDark,

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -855,10 +855,10 @@
855855
"@docsearch/css" "3.0.0-alpha.37"
856856
algoliasearch "^4.0.0"
857857

858-
"@influxdata/clockface@^3.0.0-beta.12":
859-
version "3.0.0-beta.12"
860-
resolved "https://registry.yarnpkg.com/@influxdata/clockface/-/clockface-3.0.0-beta.12.tgz#6e419b699b3981e7b1435380c156c056b6771d39"
861-
integrity sha512-hXsnJvsY39D75HLXxjES6qY/ddv3JHN+AFEmu5wkNibkcTKFt4i1k7Q1xhNxwfR1/rUfLbnUrKmQnwZLcfTAwA==
858+
"@influxdata/clockface@^3.0.1":
859+
version "3.0.1"
860+
resolved "https://registry.yarnpkg.com/@influxdata/clockface/-/clockface-3.0.1.tgz#a36f14b738f3841ecca540ff623c48610a175484"
861+
integrity sha512-jxqHmPT46R0TZ67DGwCweuub1bqSXdytn8cMk074k8JK2jbimQbfgLAEdoB73CMOOX+OAlf9pyVybfsZN6CUcQ==
862862

863863
"@influxdata/flux-lsp-browser@^0.5.53":
864864
version "0.5.53"

0 commit comments

Comments
 (0)