@@ -1103,11 +1103,11 @@ export default class ContentWrap extends Component {
11031103 </ div >
11041104 { window . zenumlDesktop ? null : (
11051105 < div className = "shrink-0 relative z-10 bg-gray-200 py-2 px-6 flex justify-between" >
1106- < div className = "flex gap-4 items-center" >
1106+ < div className = "flex gap-4 items-center text-black-100 " >
11071107 < button
11081108 onClick = { ( ) => this . props . layoutBtnClickHandler ( 1 ) }
11091109 id = "layoutBtn1"
1110- className = "w-7 h-7 hover:bg -gray-300 flex items-center justify-center rounded-lg duration-200"
1110+ className = "w-7 h-7 hover:text -gray-800 flex items-center justify-center rounded-lg duration-200"
11111111 aria-label = "Switch to layout with preview on right"
11121112 >
11131113 < svg className = "w-5 h-5" >
@@ -1117,7 +1117,7 @@ export default class ContentWrap extends Component {
11171117 < button
11181118 onClick = { ( ) => this . props . layoutBtnClickHandler ( 2 ) }
11191119 id = "layoutBtn2"
1120- className = "w-7 h-7 hover:bg -gray-300 flex items-center justify-center rounded-lg duration-200"
1120+ className = "w-7 h-7 hover:text -gray-800 flex items-center justify-center rounded-lg duration-200"
11211121 aria-label = "Switch to layout with preview on bottom"
11221122 >
11231123 < svg className = "w-5 h-5" >
@@ -1127,7 +1127,7 @@ export default class ContentWrap extends Component {
11271127 < button
11281128 onClick = { ( ) => this . props . layoutBtnClickHandler ( 3 ) }
11291129 id = "layoutBtn3"
1130- className = "w-7 h-7 hover:bg -gray-300 flex items-center justify-center rounded-lg duration-200"
1130+ className = "w-7 h-7 hover:text -gray-800 flex items-center justify-center rounded-lg duration-200"
11311131 aria-label = "Switch to layout with preview on left"
11321132 >
11331133 < svg className = "w-5 h-5" >
0 commit comments