diff --git a/src/components/recent-game.wpy b/src/components/recent-game.wpy index fc2e257..93191ea 100644 --- a/src/components/recent-game.wpy +++ b/src/components/recent-game.wpy @@ -32,14 +32,27 @@ background-color:#EFEFF4; margin-bottom: 20rpx; } + .title-divider { + margin-left: 8px; + margin-right: 8px; + } + .selected { + color: green; + }