fix: type error from theme update (#11844)

This commit is contained in:
Kayla Washburn-Love
2024-01-26 10:56:19 -07:00
committed by GitHub
parent c85fc3c8fe
commit c2b6e204f3

View File

@@ -248,7 +248,7 @@ const styles = {
},
metadataValueSuccess: (theme) => ({
color: theme.experimental.roles.success.fill,
color: theme.experimental.roles.success.fill.outline,
}),
metadataValueError: (theme) => ({