Fix Friend button styling and actions.

Can now call from friends list.
This commit is contained in:
Paul
2021-07-02 11:13:14 +01:00
parent c8425d86c8
commit 05ab27b990
5 changed files with 48 additions and 23 deletions

View File

@@ -12,6 +12,7 @@ export default styled.div<Props>`
display: grid;
cursor: pointer;
place-items: center;
transition: .1s ease background-color;
fill: ${normal};
color: ${normal};