diff --git a/.cursor/rules/color.mdc b/.cursor/rules/color.mdc index c14780fb2..09ab34a51 100644 --- a/.cursor/rules/color.mdc +++ b/.cursor/rules/color.mdc @@ -1,6 +1,6 @@ --- description: -globs: +globs: apps/desktop/**/*,packages/internal/components/**/* alwaysApply: false --- # UIKit Colors for Tailwind CSS diff --git a/apps/mobile/src/modules/feed/FollowFeed.tsx b/apps/mobile/src/modules/feed/FollowFeed.tsx index 0bf0c2b1e..e78ea5bd9 100644 --- a/apps/mobile/src/modules/feed/FollowFeed.tsx +++ b/apps/mobile/src/modules/feed/FollowFeed.tsx @@ -212,7 +212,7 @@ function FollowImpl(props: { feedId: string }) { {/* Group 2 */} - + )} /> - + )} /> - + - + { } return ( - 0} - isLoading={isPending} - onPress={() => { - updateProfile() - }} - /> - } - title={t("profile.edit_profile")} - /> - } - className="bg-system-grouped-background" - > - - - + + 0} + isLoading={isPending} + onPress={() => { + updateProfile() + }} + /> + } + title={t("profile.edit_profile")} + /> + } + className="bg-system-grouped-background" + > + + + + ) } @@ -208,6 +218,7 @@ const ProfileForm: FC<{ { return (