Skip to content

Commit

Permalink
fix: the type of VirtualKeyboard type is missing when build (#8605)
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Sun committed Oct 25, 2024
1 parent 499d803 commit 28fcd7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const keyboardToolbarStyles = css`
background-color: ${unsafeCSSVarV2('layer/background/primary')};
border-top: 0.5px solid ${unsafeCSSVarV2('layer/insideBorder/border')};
box-shadow: ${unsafeCSSVarV2('mobile/keyboardShadow')};
box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
> div {
padding-top: 4px;
Expand Down
2 changes: 2 additions & 0 deletions packages/framework/global/src/types/virtual-keyboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ declare global {
virtualKeyboardPolicy: string;
}
}

export {};

0 comments on commit 28fcd7f

Please sign in to comment.