mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-31 01:52:04 +08:00

* fix: remove the space and fix the classname * refactor: made the dynamicColumnsTable-items responsive * fix: setcolumndata to a separate function * fix: handle invalid CreatedOrUpdateTime * fix: hyphenate classname and bme * refactor: move the implementation to separate component * refactor: removed the bydefault render * refactor: remove render * refactor: removed unwanted imports * fix: remove the space and fix the classname * refactor: made the dynamicColumnsTable-items responsive * fix: setcolumndata to a separate function * fix: handle invalid CreatedOrUpdateTime * fix: hyphenate classname and bme * refactor: move the implementation to separate component * refactor: removed the bydefault render * refactor: remove render * fix: the classname
11 lines
125 B
SCSS
11 lines
125 B
SCSS
.dropdown-button {
|
|
color: #fff;
|
|
}
|
|
|
|
.dropdown-button--dark {
|
|
color: #000;
|
|
}
|
|
|
|
.dropdown-icon {
|
|
font-size: 1.2rem;
|
|
} |