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 41ef8da commit 3c950c1Copy full SHA for 3c950c1
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