We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f1117 commit 5a320dcCopy full SHA for 5a320dc
1 file changed
src/styles/tailwind.css
@@ -1 +1,6 @@
1
@import '@oasisprotocol/ui-library/src/styles/global.css';
2
+
3
+/* During migration to Oasis UI Library, we need to override MUI styles that are applied globally */
4
+[class*=' text-'] {
5
+ font-family: var(--default-font-family);
6
+}
0 commit comments