diff --git a/Changelog.md b/Changelog.md
index 755368c4e..5958d26dc 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -44,6 +44,8 @@ including any Neptune Notebook instances you have.
row [#657](https://github.com/aws/graph-explorer/pull/657)
- **Improved** style for the sidebar buttons
[#651](https://github.com/aws/graph-explorer/pull/651)
+- **Improved** styles in the context menu to be easier to read
+ ([#670](https://github.com/aws/graph-explorer/pull/670))
- **Improved** Docker image size, reducing it by 196 MB
([#619](https://github.com/aws/graph-explorer/pull/619))
- **Improved** query when searching across all node types
@@ -63,7 +65,8 @@ including any Neptune Notebook instances you have.
remaining in the image
([#616](https://github.com/aws/graph-explorer/pull/616))
- **Fixed** minor layout issue on connections screen
- ([#648](https://github.com/aws/graph-explorer/pull/648))
+ ([#648](https://github.com/aws/graph-explorer/pull/648),
+ [#670](https://github.com/aws/graph-explorer/pull/670))
- **Updated** multiple dependencies
([#611](https://github.com/aws/graph-explorer/pull/611),
[#614](https://github.com/aws/graph-explorer/pull/614),
diff --git a/packages/graph-explorer/src/modules/AvailableConnections/AvailableConnections.tsx b/packages/graph-explorer/src/modules/AvailableConnections/AvailableConnections.tsx
index c852cb4d2..14c42f151 100644
--- a/packages/graph-explorer/src/modules/AvailableConnections/AvailableConnections.tsx
+++ b/packages/graph-explorer/src/modules/AvailableConnections/AvailableConnections.tsx
@@ -201,7 +201,7 @@ function ConfigRow({
className="bg-background-secondary hover:ring-primary-dark has-[:checked]:ring-primary-dark flex items-center gap-4 rounded-lg px-3 py-1.5 ring-1 ring-transparent transition-shadow duration-200 hover:cursor-pointer hover:ring-1"
onClick={() => !isDisabled && makeSelected()}
>
-