diff --git a/.changeset/strong-papayas-remember.md b/.changeset/strong-papayas-remember.md
new file mode 100644
index 0000000000..7787258c58
--- /dev/null
+++ b/.changeset/strong-papayas-remember.md
@@ -0,0 +1,5 @@
+---
+'@backstage/plugin-api-docs': patch
+---
+
+Fix link styling in ProvidedApisCard component so it aligns with other card components.
diff --git a/plugins/api-docs/src/components/ApisCards/ProvidedApisCard.tsx b/plugins/api-docs/src/components/ApisCards/ProvidedApisCard.tsx
index f89f411488..95236aa21a 100644
--- a/plugins/api-docs/src/components/ApisCards/ProvidedApisCard.tsx
+++ b/plugins/api-docs/src/components/ApisCards/ProvidedApisCard.tsx
@@ -84,12 +84,14 @@ export const ProvidedApisCard = (props: {
This {entity.kind.toLocaleLowerCase('en-US')} does not provide any
APIs.
-
- Learn how to change this
-
+
+
+ Learn how to change this
+
+
}
columns={columns}