We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2085a8 commit 6f6b6a8Copy full SHA for 6f6b6a8
1 file changed
src/components/UserSettingsModal.js
@@ -1080,6 +1080,7 @@ function UserSettingsModal(props) {
1080
<div className="field is-grouped">
1081
<div className="control is-small">
1082
<button
1083
+ disabled={true}
1084
className="button is-small apButton"
1085
onClick={() => showPaletteSetter(true)}
1086
>
@@ -1088,6 +1089,7 @@ function UserSettingsModal(props) {
1088
1089
</div>
1090
1091
1092
1093
1094
onClick={() => {
1095
handleContextChange("dark");
0 commit comments