mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
fix: type error from theme update (#11844)
This commit is contained in:
committed by
GitHub
parent
c85fc3c8fe
commit
c2b6e204f3
@@ -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