Fix- Changed the EcosystemTestTable toolTip content background-color to dark (#3213)

* Fix- change the EcosystemTestTable toolTip content to dark

* Update EcosystemTestTable.vue

Linting issue fixed

* Fixed linter issue and removed unnecessary attribute
This commit is contained in:
Tarun Samanta 2023-05-13 19:05:03 +05:30 committed by GitHub
parent f1045860ea
commit a22949cc36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -129,4 +129,8 @@ bx-table-cell {
background-color: carbon.$cool-gray-10;
border-bottom: 1px solid carbon.$cool-gray-30;
}
bx-tooltip-icon {
--cds-inverse-02: #{carbon.$cool-gray-90};
}
</style>