diff --git a/src/client/app/common/views/components/games/reversi/reversi.room.vue b/src/client/app/common/views/components/games/reversi/reversi.room.vue index f925a45f6..2f5c3cf81 100644 --- a/src/client/app/common/views/components/games/reversi/reversi.room.vue +++ b/src/client/app/common/views/components/games/reversi/reversi.room.vue @@ -73,7 +73,7 @@
- {{ r.label }} + {{ r.label }}
@@ -317,7 +317,7 @@ root(isDark) border-radius 4px background isDark ? #282C37 : #fff color isDark ? #fff : #303133 - box-shadow 0 2px 12px 0 rgba(#000, 0.1) + box-shadow 0 2px 12px 0 rgba(#000, isDark ? 0.7 : 0.1) > header padding 18px 20px