mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
51ad6e68f3
commit
222182a279
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ export class Home extends React.Component<RouteComponentProps<{}>, IHomeState> {
|
|||
backgroundColor: `#${e.colorHex}`,
|
||||
color: ListDetails.getContrast(`${e.colorHex}`)
|
||||
}} title={e.description}>{e.name}</span>)}</div>,
|
||||
width: 100,
|
||||
width: 200,
|
||||
headerClassName: "d-none d-md-block",
|
||||
className: "d-none d-md-block"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue