From 6a0cb41df0e51fb4fa783e06a1d011e160b9c869 Mon Sep 17 00:00:00 2001 From: BJ Vicks Date: Thu, 24 Nov 2022 14:26:22 -0500 Subject: [PATCH] remove alignItems props from BackButton --- components/utils/DocsPageWrapper.tsx | 1 - docs/zord.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/utils/DocsPageWrapper.tsx b/components/utils/DocsPageWrapper.tsx index 7a40006c..306283ee 100644 --- a/components/utils/DocsPageWrapper.tsx +++ b/components/utils/DocsPageWrapper.tsx @@ -22,7 +22,6 @@ export function BackButton() { as="a" align="center" display="flex" - alignItems="center" variant="secondary" size="sm" > diff --git a/docs/zord.md b/docs/zord.md index 19a258ab..dfa0545c 100644 --- a/docs/zord.md +++ b/docs/zord.md @@ -537,7 +537,7 @@ Note the different methods used to apply media queries inside the normal `style( ## Selectors -[Vanilla Extract' Styling API](https://github.com/seek-oss/vanilla-extract#styling-api) requires that special selectors like ':hover' and '&[data-state="checked"]&:hover&:not([disabled])' must be nested inside of a `selectors:{}` object, and there are rules about targeting with which you should familiarize yourself. +[Vanilla Extract' Styling API](https://github.com/seek-oss/vanilla-extract#styling-api) requires that special selectors like `:hover` and `&[data-state="checked"]&:hover&:not([disabled])` must be nested inside of a `selectors:{}` object, and there are rules about targeting with which you should familiarize yourself. ```ts export const link = style([