buy/sell color change fix

This commit is contained in:
tim
2024-11-04 14:39:43 -04:00
parent 61101fcf0a
commit cfcba95445
5 changed files with 31 additions and 18 deletions

View File

@@ -112,7 +112,6 @@ function computeDefaultColor() {
}
const defaultColor = computeDefaultColor()
const color = computed(()=>props.builder.color ? props.builder.color : defaultColor)
// Fields must be defined in order to be reactive