fix: pre release screen fixes
This commit is contained in:
parent
1bcc87757b
commit
5dd8501a17
98 changed files with 1569 additions and 1149 deletions
|
|
@ -2,13 +2,13 @@ import { makeStyles } from '@material-ui/core/styles'
|
|||
import classnames from 'classnames'
|
||||
import React, { useState, memo } from 'react'
|
||||
|
||||
import Popover from 'src/components/Popper'
|
||||
import typographyStyles from 'src/components/typography/styles'
|
||||
import {
|
||||
subheaderColor,
|
||||
subheaderDarkColor,
|
||||
offColor
|
||||
} from 'src/styling/variables'
|
||||
import Popover from 'src/components/Popper'
|
||||
import typographyStyles from 'src/components/typography/styles'
|
||||
|
||||
const { info2 } = typographyStyles
|
||||
|
||||
|
|
@ -70,6 +70,7 @@ const IDButton = memo(
|
|||
InverseIcon,
|
||||
popoverWidth = 152,
|
||||
children,
|
||||
popoverClassname,
|
||||
...props
|
||||
}) => {
|
||||
const [anchorEl, setAnchorEl] = useState(null)
|
||||
|
|
@ -117,6 +118,7 @@ const IDButton = memo(
|
|||
)}
|
||||
</button>
|
||||
<Popover
|
||||
className={popoverClassname}
|
||||
id={id}
|
||||
open={open}
|
||||
anchorEl={anchorEl}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue