Skip to content

Commit defada7

Browse files
Berardo Matègiacomosardo
authored andcommitted
feat: link button mobile
1 parent 76c0c91 commit defada7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/composite/StepCustomer/AddressFormBottom/styled.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import styled from "styled-components"
22
import tw from "twin.macro"
33

44
export const Wrapper = styled.div`
5-
${tw`flex justify-between`}
5+
${tw`flex flex-col-reverse justify-between md:flex-row`}
66
`

components/ui/LinkButton/styled.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ import LinkButtonProps from "./props"
66
export const Button = styled.a.attrs(
77
(props: LinkButtonProps) => ({})
88
)<LinkButtonProps>`
9-
${tw`text-ss font-bold cursor-pointer border-b border-gray-200 text-primary`}
9+
${tw`block w-full py-2 text-center mb-4 bg-gray-200 rounded text-ss font-bold cursor-pointer text-gray-700 md:(text-primary inline w-auto border-b border-gray-200 p-0 bg-transparent m-0)`}
1010
`

0 commit comments

Comments
 (0)