feat: Add custom background color #3221 (#3336)

### What problem does this PR solve?

feat: Add custom background color #3221

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-11 19:29:56 +08:00
committed by GitHub
parent 8536335e63
commit 528646a958
12 changed files with 409 additions and 1 deletions

View File

@ -34,6 +34,9 @@
--ring: 215 20.2% 65.1%;
--radius: 0.5rem;
--background-inverse-standard: rgba(58, 56, 65, 0.15);
--background-inverse-standard-foreground: rgb(92, 81, 81);
}
.dark {
@ -67,6 +70,9 @@
--ring: 216 34% 17%;
--radius: 0.5rem;
--background-inverse-standard: rgba(230, 227, 246, 0.15);
--background-inverse-standard-foreground: rgba(255, 255, 255, 1);
}
}