Skip to content

Commit b2d555d

Browse files
committed
small fixes
1 parent 58dea0a commit b2d555d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/app/apps/codebattle/assets/js/widgets/pages/game/TournamentCurrentPlayerRankingPanel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import TournamentRankingTable from './TournamentRankingTable';
55

66
const TournamentCurrentPlayerRankingPanel = () => (
77
<div
8-
className="d-flex flex-wrap flex-sm-nowrap shadow-sm h-100 cb-bg-color text-white cb-rounded"
8+
className="d-flex flex-wrap flex-sm-nowrap shadow-sm h-100 cb-bg-panel text-white cb-rounded"
99
>
1010
<TournamentRankingTable />
1111
<div className="flex-shrink-1 p-0 border-left rounded-right cb-border-color cb-game-control-container">

0 commit comments

Comments
 (0)