new colors

This commit is contained in:
2025-12-30 13:23:14 +00:00
parent eeed7497cb
commit 854e80cddd
4 changed files with 62 additions and 11 deletions

View File

@@ -123,7 +123,7 @@ import { h } from 'vue'
<template>
<DashboardHeader title="Dashboard"/>
<UContainer class="max-w-full">
<div class="mt-3 mb-3 flex flex-col w-full relative z-0">
<ProseH2 class="text-center m-0.5 w-full">Hey there, user!</ProseH2>
<ProseP class="text-center text-muted m-0.5">Welcome to the UI!</ProseP>
@@ -144,8 +144,7 @@ import { h } from 'vue'
<UTable :data="table_demo" :columns="table_headers" class="flex-1 "/>
</UContainer>
<UFooter>
<p>footer</p>
</UFooter>