1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-07-10 01:34:15 +00:00

Update fixments.less

This commit is contained in:
SrGooglo 2025-04-10 18:21:20 +00:00
parent 5bb02aaa64
commit c39486f95a

@ -686,3 +686,27 @@
} }
} }
} }
.ant-empty-image {
color: var(--text-color) !important;
}
.ant-empty-description {
color: var(--text-color) !important;
}
.ant-mentions-dropdown {
background-color: var(--background-color-primary);
color: var(--text-color);
}
.ant-mentions-dropdown-menu-item {
display: flex !important;
flex-direction: row;
align-items: center;
gap: 10px;
padding: 5px !important;
color: var(--text-color);
}