chore: adjust general access button styles (#12718)

close AF-2685

When the button is disabled, the frontmost icon is not positioned correctly. This commit is to fix the icon position.

![CleanShot 2025-06-05 at 12 38 55@2x](https://github.com/user-attachments/assets/af2f80bc-69a0-4e33-bc8f-e5e169f769fc)

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

- **Style**
  - Improved the layout of the share menu trigger text by aligning its content vertically and adding spacing between elements for a cleaner appearance.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
JimmFly
2025-06-05 06:59:18 +00:00
parent b7ebd33389
commit c1930c5937

View File

@@ -21,6 +21,9 @@ export const menuTriggerStyle = style({
});
export const menuTriggerText = style({
margin: '0px 4px',
display: 'flex',
alignItems: 'center',
gap: '4px',
});
export const suffixClassName = style({
width: '20px',