Updated boxicons + small fixes

This commit is contained in:
nizune
2021-08-03 17:51:35 +02:00
parent a10646888f
commit f25dae77aa
7 changed files with 4500 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ import {
UserPlus,
Cog,
PhoneCall,
PhoneOutgoing,
PhoneOff,
Group,
} from "@styled-icons/boxicons-solid";
import { useHistory } from "react-router-dom";
@@ -83,7 +83,7 @@ function VoiceActions({ channel }: Pick<ChannelHeaderProps, "channel">) {
if (voice.roomId === channel._id) {
return (
<IconButton onClick={disconnect}>
<PhoneOutgoing size={22} />
<PhoneOff size={22} />
</IconButton>
);
}

View File

@@ -49,7 +49,7 @@
.contentcontainer {
max-width: unset !important;
padding: 10px 12px var(--bottom-navigation-height) !important;
padding: 16px 12px var(--bottom-navigation-height) !important;
}
}
}

View File

@@ -358,7 +358,7 @@
flex-grow: 1;
svg {
vertical-align: auto;
margin-top: 1px;
}
}
}