Initial commit
This commit is contained in:
7
src/components/ProInputCard/ProInputCard.module.css
Normal file
7
src/components/ProInputCard/ProInputCard.module.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.ProInputCard {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
:global(.darkApp) .ProInputCard {
|
||||
background-color: #0a0a0a;
|
||||
}
|
||||
Reference in New Issue
Block a user