Skip to content

Commit

Permalink
Update card hover style (#522)
Browse files Browse the repository at this point in the history
Co-authored-by: Joss Mackison <[email protected]>
  • Loading branch information
JedWatson and jossmac authored Aug 14, 2023
1 parent 2127a10 commit 2139504
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/spicy-seahorses-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystatic/core': patch
---

Update card style on dashboard
2 changes: 1 addition & 1 deletion packages/keystatic/src/app/dashboard/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const DashboardCard = (
textDecorationColor: tokenSchema.color.foreground.neutral,

'::before': {
borderColor: tokenSchema.color.border.accent,
borderColor: tokenSchema.color.border.emphasis,
},
},
'&:active': {
Expand Down

3 comments on commit 2139504

@vercel
Copy link

@vercel vercel bot commented on 2139504 Aug 14, 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:

keystar-ui – ./design-system/docs

voussoir.vercel.app
keystar-ui-git-main-thinkmill-labs.vercel.app
keystar-ui.vercel.app
keystar-ui-thinkmill-labs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 2139504 Aug 14, 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 2139504 Aug 14, 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:

keystatic – ./dev-projects/next-app

keystatic-git-main-thinkmill-labs.vercel.app
keystatic-thinkmill-labs.vercel.app
keystatic.vercel.app

Please sign in to comment.