fix dark mode
This commit is contained in:
@ -56,6 +56,7 @@
|
||||
flex-direction: column;
|
||||
|
||||
.location {
|
||||
color: #333;
|
||||
overflow: hidden;
|
||||
font-size: 30rpx;
|
||||
white-space: nowrap;
|
||||
@ -92,7 +93,7 @@
|
||||
.loading-text {
|
||||
color: #666;
|
||||
padding: 24rpx 48rpx;
|
||||
background: #fff;
|
||||
background: #FFF;
|
||||
border-radius: 8rpx;
|
||||
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, .15);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user