Skip to content

Commit

Permalink
feat(ui-styles): update tokens for table head (#445)
Browse files Browse the repository at this point in the history
this should have been built and deployed earlier on, but the
release-please system did not catch it (my mistake), so this commit is a
fake commit to trigger a release...

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Style**
- Adjusted the color value and order of table-related tokens for
improved visual consistency.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
aversini authored Mar 20, 2024
1 parent ecf5159 commit 9599e65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ui-styles/src/plugins/tailwindcss/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,11 @@ export default {
* Table tokens
*/
"table-head-dark": colors.gray[950],
"table-head-light": colors.gray[100],

"table-dark": colors.gray[700],
"table-dark-odd": colors.gray[800],
"table-dark-even": colors.gray[900],

"table-head-light": colors.gray[100],
"table-light": colors.gray[100],
"table-light-odd": colors.gray[200],
"table-light-even": colors.gray[300],
Expand Down

0 comments on commit 9599e65

Please sign in to comment.