@@ -1103,11 +1103,11 @@ export default class ContentWrap extends Component {
1103
1103
</ div >
1104
1104
{ window . zenumlDesktop ? null : (
1105
1105
< 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 " >
1107
1107
< button
1108
1108
onClick = { ( ) => this . props . layoutBtnClickHandler ( 1 ) }
1109
1109
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"
1111
1111
aria-label = "Switch to layout with preview on right"
1112
1112
>
1113
1113
< svg className = "w-5 h-5" >
@@ -1117,7 +1117,7 @@ export default class ContentWrap extends Component {
1117
1117
< button
1118
1118
onClick = { ( ) => this . props . layoutBtnClickHandler ( 2 ) }
1119
1119
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"
1121
1121
aria-label = "Switch to layout with preview on bottom"
1122
1122
>
1123
1123
< svg className = "w-5 h-5" >
@@ -1127,7 +1127,7 @@ export default class ContentWrap extends Component {
1127
1127
< button
1128
1128
onClick = { ( ) => this . props . layoutBtnClickHandler ( 3 ) }
1129
1129
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"
1131
1131
aria-label = "Switch to layout with preview on left"
1132
1132
>
1133
1133
< svg className = "w-5 h-5" >
0 commit comments