Remove hard coded design

pull/5131/head
Cagatay Civici 2024-01-23 14:44:04 +03:00
parent 32fe57be3a
commit c040530cd6
1 changed files with 0 additions and 24 deletions

View File

@ -11,12 +11,6 @@
welcomeMessage="Welcome to PrimeVue" welcomeMessage="Welcome to PrimeVue"
prompt="primevue $" prompt="primevue $"
aria-label="PrimeVue Terminal Service" aria-label="PrimeVue Terminal Service"
:pt="{
root: 'bg-gray-900 text-white border-round',
prompt: 'text-gray-400 mr-2',
command: 'text-primary-300',
response: 'text-primary-300'
}"
/> />
</div> </div>
<DocSectionCode :code="code" /> <DocSectionCode :code="code" />
@ -34,12 +28,6 @@ export default {
welcomeMessage="Welcome to PrimeVue" welcomeMessage="Welcome to PrimeVue"
prompt="primevue $" prompt="primevue $"
aria-label="PrimeVue Terminal Service" aria-label="PrimeVue Terminal Service"
:pt="{
root: 'bg-gray-900 text-white border-round',
prompt: 'text-gray-400 mr-2',
command: 'text-primary-300',
response: 'text-primary-300'
}"
/> />
`, `,
options: ` options: `
@ -50,12 +38,6 @@ export default {
welcomeMessage="Welcome to PrimeVue" welcomeMessage="Welcome to PrimeVue"
prompt="primevue $" prompt="primevue $"
aria-label="PrimeVue Terminal Service" aria-label="PrimeVue Terminal Service"
:pt="{
root: 'bg-gray-900 text-white border-round',
prompt: 'text-gray-400 mr-2',
command: 'text-primary-300',
response: 'text-primary-300'
}"
/> />
</div> </div>
</template> </template>
@ -107,12 +89,6 @@ export default {
welcomeMessage="Welcome to PrimeVue" welcomeMessage="Welcome to PrimeVue"
prompt="primevue $" prompt="primevue $"
aria-label="PrimeVue Terminal Service" aria-label="PrimeVue Terminal Service"
:pt="{
root: 'bg-gray-900 text-white border-round',
prompt: 'text-gray-400 mr-2',
command: 'text-primary-300',
response: 'text-primary-300'
}"
/> />
</div> </div>
</template> </template>