Skip to content

Commit 5686bd4

Browse files
correct classic theme
1 parent 54c2f43 commit 5686bd4

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

themes/react-dyn-tabs-classic.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.rc-dyn-tabs-tablist {
2-
background-color: red;
2+
background-color: #e7eff9;
33
border-color: #bbcbde;
44
border-style: solid;
55
border-width: 1px;
66
padding: 0.2em 0.2em 0;
77
border-radius: 5px;
88
}
99
.rc-dyn-tabs-tablist > .rc-dyn-tabs-tab {
10-
color: red;
10+
color: #416da3;
1111
margin: 0px 0.2em 0 0;
1212
}
1313
.rc-dyn-tabs-tablist > .rc-dyn-tabs-tab > .rc-dyn-tabs-title {
@@ -26,7 +26,7 @@
2626
border-radius: 5px 5px 1px 1px;
2727
border-style: solid;
2828
border-width: 1px 1px 0px 1px;
29-
color: red;
29+
color: #416da3;
3030
}
3131
.rc-dyn-tabs-tablist > .rc-dyn-tabs-tab.rc-dyn-tabs-selected > .rc-dyn-tabs-title {
3232
background-image: none;

themes/react-dyn-tabs-classic.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/scss/modules/_react-dyn-tabs-classic.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
// $tablist-background-color: #e7eff9;
2-
$tablist-background-color: red;
1+
$tablist-background-color: #e7eff9;
32
$tablist-border-color: #bbcbde;
4-
// $tab-color: #416da3;
5-
$tab-color: red;
3+
$tab-color: #416da3;
64
$tab-border-color: #8db3e3;
75
$selected-tab-color: #15498b;
86
$border-radius-value: 5px;

0 commit comments

Comments
 (0)