improve layout from buy confirmed component

This commit is contained in:
RcleydsonR
2023-02-24 01:39:58 -03:00
parent 8f45016532
commit b86a70df19
8 changed files with 112 additions and 95 deletions

View File

@@ -3,7 +3,6 @@
const props = defineProps({
width: String,
height: String,
fillColor: String,
show: Boolean,
});