fix styling

This commit is contained in:
Ryan Di
2025-09-22 18:44:57 +10:00
parent 9b68439712
commit 620c84383d
17 changed files with 182 additions and 107 deletions

View File

@@ -536,3 +536,10 @@ export enum UserIdleState {
export const LINE_POLYGON_POINT_MERGE_DISTANCE = 20;
export const DOUBLE_TAP_POSITION_THRESHOLD = 35;
// glass background for mobile action buttons
export const MOBILE_ACTION_BUTTON_BG = {
background: "rgba(255, 255, 255, 0.1)",
backdropFilter: "blur(20px)",
WebkitBackdropFilter: "blur(20px)",
} as const;