diff --git a/src/components/homePage/wordCloud.js b/src/components/homePage/wordCloud.js index 7202cd7..c54b470 100644 --- a/src/components/homePage/wordCloud.js +++ b/src/components/homePage/wordCloud.js @@ -9,11 +9,8 @@ import "tippy.js/animations/scale.css"; const resizeStyle = { -// display: "flex", -// alignItems: "center", -// justifyContent: "center", - border: "solid 1px #ddd", -// background: "#f0f0f0" + + border: "solid 2px white", background:'black' };