Skip to content

Commit 4e888db

Browse files
committed
Rebase conflict leftover
1 parent 9c8b47a commit 4e888db

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

src/styles/tailwind.css

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@import '@oasisprotocol/ui-library/src/styles/global.css';
22

33
@theme {
4-
--font-mono: 'Roboto Mono Variable', monospace;
54
--color-theme-surface: var(--color-theme-surface);
65
--color-theme-accent: var(--color-theme-accent);
76
--color-theme-accent-light: var(--color-theme-accent-light);
@@ -19,7 +18,7 @@
1918
--color-theme-contrast-main: #ffffff;
2019
}
2120

22-
.testnet {
21+
.testnet {
2322
--color-theme-surface: #fff0e4;
2423
--color-theme-accent: #ffa800;
2524
--color-theme-accent-light: #fff0e4;
@@ -41,20 +40,6 @@
4140
@apply rounded-none border-solid border-theme-layout-accent border-y-[10px] border-x;
4241
}
4342

44-
/* Specific fixes needed during migration to Oasis UI Library */
45-
46-
/* Override Tailwind's vertical-align reset for MUI SVG components */
47-
[class*='Mui'] img,
48-
[class*='Mui'] svg,
49-
[class*='Mui'] video,
50-
[class*='Mui'] canvas,
51-
[class*='Mui'] audio,
52-
[class*='Mui'] iframe,
53-
[class*='Mui'] embed,
54-
[class*='Mui'] object {
55-
vertical-align: revert;
56-
}
57-
5843
/* Flash animation for table highlights */
5944
@keyframes flash {
6045
0% {

0 commit comments

Comments
 (0)