chore: border to box-shadow
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user