Skip to content

Commit 58dea0a

Browse files
committed
small fixes
1 parent 78b4852 commit 58dea0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import TournamentRankingTable from './TournamentRankingTable';
55

66
const TournamentCurrentPlayerRankingPanel = () => (
77
<div
8-
className="d-flex flex-wrap flex-sm-nowrap shadow-sm h-100 cb-rounded"
8+
className="d-flex flex-wrap flex-sm-nowrap shadow-sm h-100 cb-bg-color text-white cb-rounded"
99
>
1010
<TournamentRankingTable />
11-
<div className="flex-shrink-1 p-0 border-left rounded-right cb-game-control-container">
11+
<div className="flex-shrink-1 p-0 border-left rounded-right cb-border-color cb-game-control-container">
1212
<div className="d-flex flex-column justify-content-start overflow-auto h-100">
1313
<div className="px-3 py-3 w-100 d-flex flex-column">
1414
<Notifications />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const TournamentRankingTable = () => {
5656
</div>
5757
<div className="d-flex cb-overflow-x-auto">
5858
<table className="table table-striped cb-custom-event-table m-1">
59-
<thead>
59+
<thead className="cb-text">
6060
<tr>
6161
<th className="p-1 pl-4 font-weight-light border-0">
6262
{i18next.t('User')}

0 commit comments

Comments
 (0)