tweak border and bg

This commit is contained in:
Ryan Di
2025-09-25 16:55:20 +10:00
parent 149bce4259
commit 786e62f65b
5 changed files with 38 additions and 23 deletions

View File

@@ -539,5 +539,5 @@ export const DOUBLE_TAP_POSITION_THRESHOLD = 35;
// glass background for mobile action buttons
export const MOBILE_ACTION_BUTTON_BG = {
background: "var(--island-bg-color)",
background: "var(--mobile-action-button-bg)",
} as const;