change dashboard card colors and input background colors

This commit is contained in:
Gregor Vostrak
2026-01-09 01:16:23 +01:00
parent 00d9d1488e
commit 5a05ee35e0
8 changed files with 11 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts"></script>
<template>
<div class="px-3 sm:px-4 lg:px-8 3xl:px-12 mx-auto">
<div class="px-3 sm:px-4 lg:px-6 mx-auto">
<slot></slot>
</div>
</template>