mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: type error from theme update (#11844)
This commit is contained in:
@@ -248,7 +248,7 @@ const styles = {
|
||||
},
|
||||
|
||||
metadataValueSuccess: (theme) => ({
|
||||
color: theme.experimental.roles.success.fill,
|
||||
color: theme.experimental.roles.success.fill.outline,
|
||||
}),
|
||||
|
||||
metadataValueError: (theme) => ({
|
||||
|
||||
Reference in New Issue
Block a user