fix(core): add open in app hint text (#8728)

fix AF-1625
This commit is contained in:
pengx17
2024-11-07 04:10:34 +00:00
parent c79b93bc01
commit 727130ec97
5 changed files with 32 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ export const centerContainer = style({
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
height: 'fit-content',
});
export const content = style({
position: 'relative',