From 43c860d5a8e6c27a54e6fdbe4fc5f42c451242ed Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 10 Feb 2025 14:39:49 -0800 Subject: [PATCH 1/2] feat(action-bar): iosLargeTitle and iosShadow attributes Allows setting prefersLargeTitles as well as hiding the shadow/bottom shadow border on the ActionBar. Changes no current defaults, just extra options to customize. --- apps/toolbox/src/app.css | 2 +- apps/toolbox/src/main-page.xml | 6 +++--- apps/toolbox/src/pages/winter-tc.xml | 9 ++++++--- .../core/ui/action-bar/action-bar-common.ts | 10 ++++++++++ packages/core/ui/action-bar/index.ios.ts | 17 ++++++++++++----- .../core/ui/animation/animation-interfaces.ts | 2 +- 6 files changed, 33 insertions(+), 13 deletions(-) diff --git a/apps/toolbox/src/app.css b/apps/toolbox/src/app.css index 2f867d7504..cc9cdcc3f2 100644 --- a/apps/toolbox/src/app.css +++ b/apps/toolbox/src/app.css @@ -10,7 +10,7 @@ Button { } .btn-view-demo { /* background-color: #65ADF1; */ - border-radius: 5; + border-radius: 8; font-size: 17; padding: 15; font-weight: bold; diff --git a/apps/toolbox/src/main-page.xml b/apps/toolbox/src/main-page.xml index b8c6b8badc..d166017292 100644 --- a/apps/toolbox/src/main-page.xml +++ b/apps/toolbox/src/main-page.xml @@ -1,11 +1,11 @@ - + - + - +