Skip to content

Commit

Permalink
chore: update state value color
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1030 committed Nov 6, 2024
1 parent 5da1962 commit 06695da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/applet/uno.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default defineConfig(mergeConfigs([unoConfig, {
'code-block': 'dark:bg-#212427 bg-white',

// state
'string-state-type': 'text-#e74c3c dark:(text-#c41a16)',
'string-state-type': 'text-#e74c3c dark:(text-#FFB980)',
'literal-state-type': 'text-#03c dark:(text-#997fff)',
'boolean-state-type': 'text-#27ae60 dark:(text-#abebc6)',
'null-state-type': 'text-#999',
Expand Down
2 changes: 1 addition & 1 deletion packages/client/uno.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default defineConfig(mergeConfigs([unoConfig, {
'state-value': 'text-#444 dark:(text-#bdc6cf)',
'state-value-label': 'text-gray-500',
'state-value-literal': 'text-#03c dark:(text-#997fff)',
'state-value-string': 'text-#c41a16',
'state-value-string': 'text-#FFB980',
}, [/^theme-card-(\w+)$/, $ => `p2 flex gap2 border border-base bg-base items-center rounded min-w-40 min-h-25 justify-center transition-all saturate-0 op50 shadow hover:(op100 bg-${$[1]}/10 text-${$[1]}6 saturate-100)`]],
presets: [
presetAttributify(),
Expand Down

0 comments on commit 06695da

Please sign in to comment.