mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-02-05 01:53:49 +00:00
fix: resolve design issues
This commit is contained in:
parent
8beaa2da24
commit
09c0fa728f
@ -59,6 +59,8 @@ const StyledCheckbox = styled.span<{ isChecked: boolean }>`
|
|||||||
|
|
||||||
const LabelText = styled.span`
|
const LabelText = styled.span`
|
||||||
color: white;
|
color: white;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 16px;
|
||||||
`
|
`
|
||||||
|
|
||||||
export default Checkbox
|
export default Checkbox
|
||||||
|
@ -105,6 +105,8 @@ const DropdownHeader = styled.div<{ isExpanded: boolean }>`
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
@ -151,7 +153,9 @@ const Button = styled.button`
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-top: 1px solid white;
|
border-top: 1px solid white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 10px 16px;
|
font-size: 12px;
|
||||||
|
line-height: 16px;
|
||||||
|
white-space: nowrap;
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user