diff --git a/src/views/Popup/index.js b/src/views/Popup/index.js index 0ffbaa9..7272086 100644 --- a/src/views/Popup/index.js +++ b/src/views/Popup/index.js @@ -18,6 +18,7 @@ import { OPT_LANGS_FROM, OPT_LANGS_TO, OPT_STYLE_ALL, + OPT_STYLE_USE_COLOR, } from "../../config"; import { sendIframeMsg } from "../../libs/iframe"; @@ -172,13 +173,15 @@ export default function Popup({ setShowPopup, translator: tran }) { ))} - + {OPT_STYLE_USE_COLOR.includes(textStyle) && ( + + )}