File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
libs/remix-ui/grid-view/src/lib Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export const RemixUIGridCell = (props: RemixUIGridCellProps) => {
85
85
} } >
86
86
{ anyEnabled && < div className = 'me-2 mt-3 pb-1 d-flex flex-column' >
87
87
< div className = 'd-flex flex-grid' >
88
- < div className = { `${ pinned ? "" : "border-dark " } ` + "d-flex mx-0 p-2 bg-light border border-secondary remixui_grid_cell_container " + props . classList || '' } data-id = { "remixUIGS" + props . title } >
88
+ < div className = { `${ pinned ? "" : "border-light " } ` + "d-flex mx-0 p-2 bg-light border border-secondary remixui_grid_cell_container " + props . classList || '' } data-id = { "remixUIGS" + props . title } >
89
89
< div className = "d-flex remixui_grid_cell w-100 space-between justify-content-between flex-column" >
90
90
{ ! props . hideTitle && < div className = 'd-flex flex-row pb-1 my-1 align-items-end' style = { { minWidth : '8rem' , height : '1rem' } } >
91
91
{ props . logo ? props . logoURL !== '' ?
You can’t perform that action at this time.
0 commit comments