1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

change grep icon color (#6665)

This commit is contained in:
Michael An
2024-08-29 16:41:16 +08:00
committed by GitHub
parent 381fdb613f
commit e88437bbdc
18 changed files with 25 additions and 30 deletions

View File

@@ -68,7 +68,7 @@ const UserSelectStyle = {
color: '#666',
':hover': {
backgroundColor: 'transparent',
color: '#555555',
color: '#666666',
}
};
},