Skip to content

Commit 88822b1

Browse files
committed
Fixed style
1 parent 83bafbd commit 88822b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/layouts/AdminLayout.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ i.trigger {
3838
transition: all 0.3s;
3939
padding: 0 24px;
4040
&:hover {
41-
background: @primary-1;
41+
background: #072f53;
4242
}
4343
}
4444

@@ -64,7 +64,7 @@ i.trigger {
6464
}
6565
&:global(.ant-popover-open),
6666
&:hover {
67-
background: @primary-1;
67+
background: #072f53;
6868
}
6969
}
7070
.search {

0 commit comments

Comments
 (0)