refactor: Move depths and breakpoints out of theme
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Table, TBody, TR, TD } from "oy-vey";
|
||||
import * as React from "react";
|
||||
import theme from "@shared/theme";
|
||||
import theme from "@shared/styles/theme";
|
||||
|
||||
const EmailLayout: React.FC = ({ children }) => (
|
||||
<Table width="550" padding="40">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { Table, TBody, TR, TD } from "oy-vey";
|
||||
import * as React from "react";
|
||||
import theme from "@shared/theme";
|
||||
import theme from "@shared/styles/theme";
|
||||
import { twitterUrl } from "@shared/utils/urlHelpers";
|
||||
|
||||
type Props = {
|
||||
|
||||
Reference in New Issue
Block a user