fix colors in logs and placeholders #656

This commit is contained in:
Alireza Ahmadi
2023-11-30 01:03:58 +01:00
parent d4942a7d83
commit 5c0e55c708
2 changed files with 5 additions and 2 deletions

View File

@@ -404,6 +404,10 @@ style attribute {
color: #e04141;
}
.ant-input::placeholder{
opacity: 0.5;
}
.ant-input:hover,
.ant-input:focus {
background-color: #edf4fa;