Skip to content

Commit 9ad519b

Browse files
authored
AUI: Fix minor color recipe bug (#241)
1 parent 8b75c3b commit 9ad519b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "AUI: Fix minor color recipe bug",
4+
"packageName": "@adaptive-web/adaptive-ui",
5+
"email": "47367562+bheston@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

packages/adaptive-ui/src/reference/modules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ export const neutralOutlineDiscernibleControlStyles: Styles = Styles.fromPropert
13131313
*/
13141314
export const neutralForegroundReadableElementStyles: Styles = Styles.fromProperties(
13151315
{
1316-
...Fill.foregroundNonInteractiveWithDisabled(neutralStrokeReadable.rest, neutralStrokeStrong.disabled),
1316+
...Fill.foregroundNonInteractiveWithDisabled(neutralStrokeReadable.rest, neutralStrokeReadable.disabled),
13171317
},
13181318
"color.neutral-foreground-readable-element",
13191319
);

0 commit comments

Comments
 (0)