Skip to content

Commit 1930643

Browse files
committed
chore: refactor other backgrounds
1 parent adf328d commit 1930643

5 files changed

Lines changed: 260 additions & 230 deletions

File tree

src/assets/css/main.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ body {
236236
background-color: #000;
237237
z-index: -1;
238238
pointer-events: none;
239-
border-radius: 6px;
240239
}
241240

242241
.showcase-entries {

src/components/Global.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ function ApplyGlobal() {
113113
padding: '3px',
114114
fontSize: '0.5rem !important',
115115
backgroundColor: 'transparent',
116-
color: theme.palette.text.primary,
117116
},
118117
'.iv-badge': {
119118
color: theme.palette.text.primary,

src/components/popups/BackgroundThemeProvider.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ export function BackgroundThemeProvider({ visuals, children }) {
121121
borderColor: borderColor || 'rgba(255, 255, 255, 0.2)',
122122
backgroundColor: borderColor || 'rgba(255, 255, 255, 0.2)',
123123
},
124+
'& .ar-task': {
125+
borderColor: borderColor || 'rgba(255, 255, 255, 0.2)',
126+
},
124127
}}
125128
>
126129
{children}

0 commit comments

Comments
 (0)