Skip to content

Commit

Permalink
card foreground
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Jan 13, 2024
1 parent ab43650 commit 4209967
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uico",
"version": "0.2.1",
"version": "0.2.2",
"description": "UI components for TailwindCSS projects",
"keywords": [
"CSS",
Expand Down Expand Up @@ -36,17 +36,17 @@
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.10.6",
"@types/node": "^20.11.0",
"autoprefixer": "^10.4.16",
"domco": "^0.3.5",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.10",
"domco": "^0.3.7",
"prettier": "^3.2.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"robino": "^0.0.39",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.10"
"vite": "^5.0.11"
},
"dependencies": {
"tailwindcss": "^3.4.0"
"tailwindcss": "^3.4.1"
}
}
1 change: 1 addition & 0 deletions package/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export const uico = plugin.withOptions(
const card: CSSRuleObject = {
".card": {
"background-color": themeColors.card,
color: themeColors.cardForeground,
padding: theme("padding.6"),
"border-radius": theme("borderRadius.md"),
"box-shadow": theme("boxShadow.sm"),
Expand Down

0 comments on commit 4209967

Please sign in to comment.