fix: Background colour (#11844)
* fix: /event-type-single: Button icons tooltips opening out of view due to padding issue * fix: background colour * Remove padding --------- Co-authored-by: Peer Richelsen <peeroke@gmail.com>pull/11846/head^2
parent
7bc3591080
commit
aaa6616777
|
@ -47,7 +47,7 @@ export const ChargeCardDialog = (props: IRescheduleDialog) => {
|
||||||
<Dialog open={isOpenDialog} onOpenChange={setIsOpenDialog}>
|
<Dialog open={isOpenDialog} onOpenChange={setIsOpenDialog}>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<div className="flex flex-row space-x-3">
|
<div className="flex flex-row space-x-3">
|
||||||
<div className="flex h-10 w-10 flex-shrink-0 justify-center rounded-full bg-[#FAFAFA]">
|
<div className=" bg-subtle flex h-10 w-10 flex-shrink-0 justify-center rounded-full">
|
||||||
<CreditCard className="m-auto h-6 w-6" />
|
<CreditCard className="m-auto h-6 w-6" />
|
||||||
</div>
|
</div>
|
||||||
<div className="pt-1">
|
<div className="pt-1">
|
||||||
|
|
Loading…
Reference in New Issue