diff --git a/packages/playground/src/App.vue b/packages/playground/src/App.vue index f5551bb752..eec660d0f7 100644 --- a/packages/playground/src/App.vue +++ b/packages/playground/src/App.vue @@ -226,4 +226,10 @@ export default { bottom: 15px; right: 25px; } +.v-tooltip > .v-overlay__content { + opacity: 10; + color: white; + font-weight: 900; + background-color: rgb(71, 70, 70); +} diff --git a/packages/playground/src/components/algorand_capacity.vue b/packages/playground/src/components/algorand_capacity.vue index 89a2efc154..694f7562ee 100644 --- a/packages/playground/src/components/algorand_capacity.vue +++ b/packages/playground/src/components/algorand_capacity.vue @@ -1,10 +1,8 @@ diff --git a/packages/playground/src/components/caprover_worker.vue b/packages/playground/src/components/caprover_worker.vue index ae465348e5..72885df125 100644 --- a/packages/playground/src/components/caprover_worker.vue +++ b/packages/playground/src/components/caprover_worker.vue @@ -11,8 +11,8 @@ :value="$props.modelValue.name" #="{ props }" > - - + + diff --git a/packages/playground/src/components/input_tooltip.vue b/packages/playground/src/components/input_tooltip.vue index dce4b45f45..50317cee7e 100644 --- a/packages/playground/src/components/input_tooltip.vue +++ b/packages/playground/src/components/input_tooltip.vue @@ -1,16 +1,28 @@