feat(debt-dialog): add debt warning dialog for negative balance
This commit is contained in:
parent
d22c4c243f
commit
68a226b677
7 changed files with 182 additions and 32 deletions
|
@ -9,7 +9,7 @@ import { PlayingCardComponent } from '../playing-card/playing-card.component';
|
|||
imports: [CommonModule, PlayingCardComponent],
|
||||
template: `
|
||||
<div class="space-y-4">
|
||||
<h3 class="section-heading text-2xl mb-4">Croupier's Karten</h3>
|
||||
<h3 class="section-heading text-2xl mb-4">Dealer's Karten</h3>
|
||||
<div class="card p-6 !bg-accent-red">
|
||||
<div class="flex justify-center gap-4 min-h-[160px] p-4 border-2 border-red-400 rounded-lg">
|
||||
@if (cards.length > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue