From dc9454defa20808bc8e3697cbff0c6150c9ac734 Mon Sep 17 00:00:00 2001 From: Ibrahem Khalil Date: Sat, 21 Jan 2023 13:28:45 +0200 Subject: [PATCH] Fix using functions as identifiers (#14848) --- src/quo2/components/drawers/action_drawers/view.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/quo2/components/drawers/action_drawers/view.cljs b/src/quo2/components/drawers/action_drawers/view.cljs index 33299f2a75..ee1274bd8c 100644 --- a/src/quo2/components/drawers/action_drawers/view.cljs +++ b/src/quo2/components/drawers/action_drawers/view.cljs @@ -32,11 +32,11 @@ (when add-divider? divider) [rn/touchable-highlight {:accessibility-label accessibility-label - :style style/container + :style (style/container sub-label) :underlay-color (colors/theme-colors colors/neutral-5 colors/neutral-90) :on-press on-press} [rn/view - {:style style/row-container} + {:style (style/row-container sub-label)} [rn/view {:accessibility-label :left-icon-for-action :accessible true