Skip to content

Commit 1b2bea4

Browse files
committed
A few extra fixes after the merge
1 parent 95dbd05 commit 1b2bea4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/shared/components/tco/scoreboard/Header/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import React from 'react';
99
import PT from 'prop-types';
10-
import { ThemeProvider } from 'react-css-themr';
10+
import { ThemeProvider } from 'react-css-super-themr';
1111

1212
import './style.scss';
1313

src/shared/containers/tco/scoreboard/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
@import "~styles/tc-styles";
1+
@import "~styles/mixins";
22

33
.outer-container {
44
background: $tc-gray-neutral-dark;
5+
flex: 1;
56

67
@include xxs-to-xs {
78
padding: 8px 10px 20px;

0 commit comments

Comments
 (0)