style call list page

This commit is contained in:
m5r
2021-08-31 04:13:40 +08:00
parent 4bc24f5395
commit d71e4de033
9 changed files with 336 additions and 13 deletions

View File

@ -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...">

View File

@ -25,7 +25,6 @@ const KeypadPage: BlitzPage = () => {
const longPressDigit = useAtom(longPressDigitAtom)[1];
const onZeroPressProps = {
onPressStart() {
console.log("0");
pressDigit("0");
timeoutRef.current = setTimeout(() => {
longPressDigit("+");