diff --git a/src/components/ElevatedButton/index.tsx b/src/components/ElevatedButton/index.tsx index d82671f..430c0e9 100644 --- a/src/components/ElevatedButton/index.tsx +++ b/src/components/ElevatedButton/index.tsx @@ -10,7 +10,7 @@ const ElevatedButton = ({ children, isFullSize, ...attributes }: ElevatedButtonP return ( - Sign In + Sign in diff --git a/tailwind.config.js b/tailwind.config.js index 4cb3e59..3c8af8d 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -16,6 +16,14 @@ module.exports = { backgroundImage: { 'sign-in': "url('assets/images/illustrations/background-sign-in.png')", }, + letterSpacing: { + 'survey-tighest': '-1px', + 'survey-tighter': '-0.5px', + 'survey-tight': '-0.41px', + 'survey-normal': '-0.24px', + 'survey-wide': '-0.08px', + 'survey-wider': '0.38px', + }, }, }, plugins: [],