From 8b142df2e6d07c2d25879530fb6d291358a09513 Mon Sep 17 00:00:00 2001 From: Veerle van Leemput Date: Thu, 2 May 2024 17:50:40 +0200 Subject: [PATCH] remove shadow arg --- inst/examples/single_layout/app.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inst/examples/single_layout/app.R b/inst/examples/single_layout/app.R index bda386ce..bda44aa7 100644 --- a/inst/examples/single_layout/app.R +++ b/inst/examples/single_layout/app.R @@ -16,8 +16,7 @@ shinyApp( f7SingleLayout( navbar = f7Navbar( title = "Single Layout", - hairline = TRUE, - shadow = TRUE + hairline = TRUE ), toolbar = f7Toolbar( position = "bottom",