editor: use accent color for link

This commit is contained in:
ammarahm-ed
2023-07-21 10:36:36 +05:00
committed by Abdullah Atta
parent c386e92831
commit e16a5524b8

View File

@@ -226,6 +226,7 @@ export function OpenLink(props: ToolProps) {
fontSize: "subBody",
fontFamily: "body",
mr: 1,
color: "primary",
maxWidth: [150, 250],
overflow: "hidden",
textOverflow: "ellipsis",