fix(app): font sizing, better system msgs

This commit is contained in:
trashtemp
2022-01-13 22:31:35 +01:00
parent c32491abf3
commit 1bac372c4c
4 changed files with 16 additions and 6 deletions

View File

@@ -29,6 +29,17 @@ const SystemContent = styled.div`
flex-wrap: wrap;
align-items: center;
flex-direction: row;
font-size: 14px;
color: var(--secondary-foreground);
span {
font-weight: 600;
color: var(--foreground);
}
svg {
margin-inline-end: 4px;
}
svg,
span {

View File

@@ -1,10 +1,9 @@
import {
Download,
LinkExternal,
File,
Headphone,
Video,
Download,
} from "@styled-icons/boxicons-regular";
import { File, Video } from "@styled-icons/boxicons-solid";
import { Attachment } from "revolt-api/types/Autumn";
import styles from "./AttachmentActions.module.scss";