Skip to content

Commit

Permalink
remove UNSAFE example from mobile Button story
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorvnoj committed Feb 21, 2025
1 parent c975ab4 commit d463e1c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/components/Button/Mobile.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react";
import { ComponentMeta, ComponentStory } from "@storybook/react";
import { Button } from "@jobber/components-native";
import { tokens } from "@jobber/design";

export default {
title: "Components/Actions/Button/Mobile",
Expand All @@ -21,15 +20,6 @@ export const Basic = BasicTemplate.bind({});
Basic.args = {
label: "New Job",
onPress: () => alert("👍"),
UNSAFE_style: {
container: { backgroundColor: tokens["color-purple--light"] },
contentContainer: {
backgroundColor: tokens["color-purple--lighter"],
borderRadius: tokens["radius-large"],
},
iconContainer: { backgroundColor: tokens["color-purple"] },
actionLabelContainer: { paddingLeft: tokens["space-larger"] },
},
};

export const Cancel = BasicTemplate.bind({});
Expand Down

0 comments on commit d463e1c

Please sign in to comment.