Merge pull request #1017 from chaotixkilla/fix-ui-ux-tweaks

Improve UI/UX on multiple screens
This commit is contained in:
Rafael Taranto 2022-01-20 12:31:49 +00:00 committed by GitHub
commit 412f3ac2b5
25 changed files with 246 additions and 153 deletions

View file

@ -5,7 +5,7 @@ import * as R from 'ramda'
import React from 'react'
import Stepper from 'src/components/Stepper'
import { Tooltip } from 'src/components/Tooltip'
import { HoverableTooltip } from 'src/components/Tooltip'
import { Button } from 'src/components/buttons'
import { Cashbox } from 'src/components/inputs/cashbox/Cashbox'
import { NumberInput, RadioGroup } from 'src/components/inputs/formik'
@ -188,12 +188,12 @@ const WizardStep = ({
classes.centerAlignment
)}>
<P>Since previous update</P>
<Tooltip width={215}>
<HoverableTooltip width={215}>
<P>
Number of bills inside the cash box, since the last
cash box changes.
</P>
</Tooltip>
</HoverableTooltip>
</div>
<div
className={classnames(