Add changeset

Signed-off-by: James Brooks <jamesbrooks@spotify.com>
This commit is contained in:
James Brooks
2025-05-02 10:15:11 +01:00
parent da9f79141a
commit 185d3a8305
5 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/canon': patch
---
Use the Field component from Base UI within the TextField.
+1
View File
@@ -544,6 +544,7 @@
color: var(--canon-fg-primary);
margin-bottom: var(--canon-space-1_5);
cursor: pointer;
margin-right: auto;
}
.canon-TextFieldLabel[data-disabled] {
+1
View File
@@ -9768,6 +9768,7 @@
color: var(--canon-fg-primary);
margin-bottom: var(--canon-space-1_5);
cursor: pointer;
margin-right: auto;
}
.canon-TextFieldLabel[data-disabled] {
+1
View File
@@ -11,6 +11,7 @@
color: var(--canon-fg-primary);
margin-bottom: var(--canon-space-1_5);
cursor: pointer;
margin-right: auto;
}
.canon-TextFieldLabel[data-disabled] {
@@ -26,6 +26,7 @@
font-weight: var(--canon-font-weight-regular);
color: var(--canon-fg-primary);
margin-bottom: var(--canon-space-1_5);
margin-right: auto;
cursor: pointer;
}
.canon-TextFieldLabel[data-disabled] {