Skip to content

Commit e8b7538

Browse files
authored
Merge pull request #360 from pritambaral/types-bg
Fix background color of Types panel in dark theme
2 parents 7742ee9 + 63386bd commit e8b7538

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/scripts/api-console.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7278,7 +7278,7 @@ angular.module('ramlConsoleApp').run(['$templateCache', function($templateCache)
72787278
" </div>\n" +
72797279
" </header>\n" +
72807280
" </li>\n" +
7281-
" <li ng-if=\"!vm.isCollapsed\" class=\"raml-console-resource-panel raml-console-type-panel\" style=\"background: white; padding: 32px;\">\n" +
7281+
" <li ng-if=\"!vm.isCollapsed\" class=\"raml-console-resource-panel raml-console-type-panel\" style=\"padding: 32px;\">\n" +
72827282
" <properties list=\"theTypes\" collapsible=\"true\" hide-property-details=\"true\"></types>\n" +
72837283
" </li>\n" +
72847284
"</ol>\n"

src/app/directives/root-types.tpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h2 class="raml-console-resource-section-title raml-console-documentation-headin
99
</div>
1010
</header>
1111
</li>
12-
<li ng-if="!vm.isCollapsed" class="raml-console-resource-panel raml-console-type-panel" style="background: white; padding: 32px;">
12+
<li ng-if="!vm.isCollapsed" class="raml-console-resource-panel raml-console-type-panel" style="padding: 32px;">
1313
<properties list="theTypes" collapsible="true" hide-property-details="true"></types>
1414
</li>
1515
</ol>

0 commit comments

Comments
 (0)