Skip to content

Commit

Permalink
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ const SideBarList = styled("ul", {
});

const ListItem = styled("li", {
color: "$accessible",
color: "$primary",
cursor: "pointer",
borderLeft: "4px solid",
borderColor: "transparent",
2 changes: 1 addition & 1 deletion build.washingtonpost.com/components/Markdown/Styling.js
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@ export const Change = styled("div", {
type: {
ComingSoon: {
fontSize: "$075",
color: "$accessible",
color: "$primary",
backgroundColor: "$gray400",
borderColor: "$gray400",
},
2 changes: 1 addition & 1 deletion build.washingtonpost.com/components/logo.js
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ const Container = styled("div", {
});
const Span = styled("span", {
fontSize: "$125",
color: "$accessible",
color: "$primary",
textDecoration: "none",
width: "100%",
});

4 comments on commit 3bd473c

@vercel
Copy link

@vercel vercel bot commented on 3bd473c Apr 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 3bd473c Apr 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit-vitejs-example – ./apps/vite-project

wpds-ui-kit-vitejs-example.preview.now.washingtonpost.com
wpds-ui-kit-vitejs-example-git-main.preview.now.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 3bd473c Apr 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit – ./build.washingtonpost.com

wpds-ui-kit-git-main.preview.now.washingtonpost.com
build.washingtonpost.com
wpds-ui-kit.preview.now.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 3bd473c Apr 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit-storybook – ./

wpds-ui-kit-storybook.preview.now.washingtonpost.com
wpds-ui-kit-storybook-git-main.preview.now.washingtonpost.com

Please sign in to comment.