This commit is contained in:
Ahmed Bouhuolia
2025-09-07 23:47:07 +02:00
parent 3537de765d
commit dd941f1f45
30 changed files with 539 additions and 380 deletions

View File

@@ -1,9 +1,12 @@
.emptyState{
--x-color-text: #738091;
:global(.bp4-dark) & {
--x-color-text: rgba(255, 255, 255, 0.6);
}
text-align: center;
font-size: 15px;
color: #738091;
color: var(--x-color-text);
:global ul{
list-style: inside;