bug fixes related to styling

This commit is contained in:
paul
2024-10-01 11:22:45 +05:30
parent f8dbd10231
commit ee8b2a0cae
13 changed files with 84 additions and 20 deletions

View File

@@ -44,10 +44,10 @@ class OptionMenu extends TkinterWidgetBase{
}
}
componentDidMount(){
super.componentDidMount()
this.setWidgetInnerStyle("backgroundColor", "#fff")
this.setWidgetInnerStyle("backgroundColor", "#E4E2E2")
}
generateCode(variableName, parent){