diff --git a/apps/mobile/src/modules/settings/routes/Actions.tsx b/apps/mobile/src/modules/settings/routes/Actions.tsx
index cbc946f2a..83e84dfa0 100644
--- a/apps/mobile/src/modules/settings/routes/Actions.tsx
+++ b/apps/mobile/src/modules/settings/routes/Actions.tsx
@@ -15,10 +15,10 @@ import {
import {
GroupedInformationCell,
GroupedInsetListCard,
+ GroupedPlainButtonCell,
} from "@/src/components/ui/grouped/GroupedList"
import { ItemPressable } from "@/src/components/ui/pressable/ItemPressable"
import { Switch } from "@/src/components/ui/switch/Switch"
-import { AddCuteReIcon } from "@/src/icons/add_cute_re"
import { CheckLineIcon } from "@/src/icons/check_line"
import { Magic2CuteFiIcon } from "@/src/icons/magic_2_cute_fi"
import {
@@ -86,18 +86,14 @@ export const ActionsScreen = () => {
}
const NewRuleButton = () => {
- const label = useColor("label")
return (
- {
actionActions.addRule()
}}
- className="flex-row items-center gap-3 py-4"
- >
-
- New Rule
-
+ />
)
}
@@ -156,7 +152,7 @@ const ListItemCellImpl: ListRenderItem = ({ item: rule }) => {
className="flex-row justify-between p-4"
onPress={() => navigation.navigate("EditRule", { index: rule.index })}
>
- {rule.name}
+ {rule.name}