Skip to content

Commit

Permalink
Fix: Change Style Issues (adempiere#1715)
Browse files Browse the repository at this point in the history
* Fix: Change Style Issues

* mode kanban
  • Loading branch information
elsiosanchez committed Dec 5, 2023
1 parent a4099a5 commit 43b063f
Show file tree
Hide file tree
Showing 6 changed files with 544 additions and 264 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
status="success"
:format="percentageFormat"
:percentage="percentageValue"
:text-color="'#FFFFFF'"
/>
</template>

Expand All @@ -44,6 +45,10 @@ export default defineComponent({
displayedValue: {
type: [String, Number],
default: ''
},
textColor: {
type: String,
default: ''
}
},
Expand Down
Loading

0 comments on commit 43b063f

Please sign in to comment.