style call list page
This commit is contained in:
@ -11,7 +11,7 @@ const PhoneCalls: BlitzPage = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="flex flex-col space-y-6 p-6">
|
||||
<div className="flex flex-col space-y-6 py-3 pl-12">
|
||||
<h2 className="text-3xl font-bold">Calls</h2>
|
||||
</div>
|
||||
<Suspense fallback="Loading...">
|
||||
|
@ -25,7 +25,6 @@ const KeypadPage: BlitzPage = () => {
|
||||
const longPressDigit = useAtom(longPressDigitAtom)[1];
|
||||
const onZeroPressProps = {
|
||||
onPressStart() {
|
||||
console.log("0");
|
||||
pressDigit("0");
|
||||
timeoutRef.current = setTimeout(() => {
|
||||
longPressDigit("+");
|
||||
|
Reference in New Issue
Block a user