Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin UI: finished converting styled components to css prop #2995

Merged
merged 1 commit into from
May 20, 2020

Conversation

Vultraz
Copy link
Contributor

@Vultraz Vultraz commented May 20, 2020

Closes #2961 as all uses of styled are gone from the Admin UI.

@changeset-bot
Copy link

changeset-bot bot commented May 20, 2020

💥 No Changeset

Latest commit: 77baa3c

Merging this PR will not cause any packages to be released. If these changes should not cause updates to packages in this repo, this is fine 🙂

If these changes should be published to npm, you need to add a changeset.

This PR includes changesets to release 1 package
Name Type
@keystonejs/app-admin-ui Patch

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@@ -347,7 +380,7 @@ export default function ListTable({

return (
<Card css={{ marginBottom: '3em' }}>
<Table id={cypressId} style={{ tableLayout: 'fixed' }}>
<Table id={cypressId}>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Moved this up into the Table styling.

Copy link
Contributor

@timleslie timleslie left a comment

Choose a reason for hiding this comment

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

🎉

@timleslie timleslie merged commit 514f5d3 into keystonejs:master May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants