increasing sizing
This commit is contained in:
@@ -9,16 +9,16 @@ type NumberPlateProps = {
|
||||
const NumberPlate = ({ motion, vrm }: NumberPlateProps) => {
|
||||
return (
|
||||
<div
|
||||
className={`relative w-[8rem] border-4 border-black rounded-lg text-nowrap
|
||||
text-black px-3
|
||||
${motion ? "bg-yellow-400" : "bg-white"}
|
||||
`}
|
||||
className={`relative w-[16rem] border-6 border-black rounded-xl text-nowrap
|
||||
text-black px-6 py-2
|
||||
${motion ? "bg-yellow-400" : "bg-white"}
|
||||
`}
|
||||
>
|
||||
<div className="">
|
||||
<div className="absolute inset-y-0 left-0 bg-blue-600 w-4 flex flex-col">
|
||||
<div>
|
||||
<div className="absolute inset-y-0 left-0 bg-blue-600 w-8 flex flex-col">
|
||||
<GB />
|
||||
</div>
|
||||
<p className=" pl-2 font-extrabold text-right">
|
||||
<p className="pl-4 font-extrabold text-3xl text-right">
|
||||
{vrm && formatNumberPlate(vrm)}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user