We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfaca8c commit fdfa0f5Copy full SHA for fdfa0f5
bun.lockb
0 Bytes
package.json
@@ -22,7 +22,7 @@
22
]
23
},
24
"dependencies": {
25
- "@aragon/ods": "1.0.42",
+ "@aragon/ods": "1.0.44",
26
"@hookform/resolvers": "^3.9.0",
27
"@react-native-async-storage/async-storage": "^1.23.1",
28
"@shazow/whatsabi": "^0.13.2",
pages/globals.css
@@ -77,7 +77,6 @@
77
--ods-dialog-alert-content-z-index: 30;
78
--ods-dropdown-container-content-z-index: 40;
79
--ods-text-area-rich-text-expanded-z-index: 50;
80
- --ods---ods-text-area-rich-text-expanded-z-index: 50; /* TODO: remove when ODS is patched */
81
}
82
83
0 commit comments