8 lines
111 B
CSS
8 lines
111 B
CSS
.ProInputCard {
|
|
background-color: white;
|
|
}
|
|
|
|
:global(.darkApp) .ProInputCard {
|
|
background-color: #0a0a0a;
|
|
}
|