Skip to content

Commit 0b2427f

Browse files
committed
feat(atndisite): change color of searchbox
1 parent 0963c58 commit 0b2427f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packages/antdsite/src/assets/search-box.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
color: #1890ff;
88
}
99

10+
.ant-breadcrumb {
11+
color: #a4a7ae;
12+
}
13+
14+
.ant-breadcrumb > span:last-child {
15+
color: #314659;
16+
}
17+
1018
input {
1119
border-radius: 32px;
1220
width: 200px;

0 commit comments

Comments
 (0)