@deepbag/react-grid-x
Version:
ReactGridX is a customizable and flexible React table component that supports pagination, dynamic rendering of table data, and customizable column rendering. It provides an easy-to-use interface for displaying tabular data with configurable columns, pagin
13 lines (11 loc) • 389 B
CSS
/* Styles the content of the popover in dark theme */
.rgx-theme .rgx-popover-content-dark {
background-color: #1c1c1c ;
border: 1px solid #474747 ;
}
/* Styles the popover arrow in dark theme */
.rgx-theme .rgx-popover-arrow-dark {
background-color: #1c1c1c ;
border-left: 1px solid #474747 ;
border-top: 1px solid #474747 ;
}