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,8 +1,7 @@
<template>
<section class="flex flex-col">
<CardTitle :title="title" :icon="icon"></CardTitle>
<div
class="rounded-lg bg-card-background border border-card-border flex-1 flex items-stretch shadow-card">
<div class="rounded-lg border border-card-border flex-1 flex items-stretch">
<div class="w-full flex flex-col">
<slot></slot>
</div>