Skip to content

Commit c2b6e20

Browse files
authored
fix: type error from theme update (#11844)
1 parent c85fc3c commit c2b6e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Resources/AgentMetadata.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ const styles = {
248248
},
249249

250250
metadataValueSuccess: (theme) => ({
251-
color: theme.experimental.roles.success.fill,
251+
color: theme.experimental.roles.success.fill.outline,
252252
}),
253253

254254
metadataValueError: (theme) => ({

0 commit comments

Comments
 (0)