Skip to content

Commit

Permalink
Fix input-group darck-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alireza Ahmadi committed Mar 23, 2023
1 parent 557a9d0 commit 3856c4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@

.ant-card-dark .ant-collapse-content,
.ant-card-dark .ant-calendar,
.ant-card-dark .ant-table-placeholder {
.ant-card-dark .ant-table-placeholder,
.ant-card-dark .ant-input-group-addon {
color: hsla(0,0%,100%,.65);
background-color: #262f3d;
}
Expand Down

0 comments on commit 3856c4d

Please sign in to comment.