chore: border to box-shadow

This commit is contained in:
zerosoul
2022-04-10 09:59:00 +08:00
parent 8a8678eef2
commit 8afe0e8a04
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ const StyledWrapper = styled.span`
background-color: #cff9fe;
}
&.reacted {
border: 1px solid #06aed4;
box-shadow: inset 0 0 0 1px #06aed4;
background-color: #a5f0fc;
}
+1 -1
View File
@@ -128,7 +128,7 @@ const StyledWrapper = styled.div`
}
/* drop files effect */
.drop_over {
outline: 2px solid #52edff;
box-shadow: inset 0 0 0 2px #52edff;
}
}
&.collapse {