Skip to content

Commit

Permalink
[DSTSUP-61]fix: add some core styles (#3819)
Browse files Browse the repository at this point in the history
* fix: add some core styles

* Create rotten-cheetahs-decide.md
  • Loading branch information
sarahgm committed Mar 13, 2024
1 parent 2336b6f commit f6a7035
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/rotten-cheetahs-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@marigold/theme-core": patch
---

fix: add some core styles for table and disabled button
2 changes: 1 addition & 1 deletion themes/theme-core/src/components/NumberField.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { ThemeComponent, cva } from '@marigold/system';

export const NumberField: ThemeComponent<'NumberField'> = {
group: cva(),
stepper: cva(),
stepper: cva('rac-disabled:bg-none rac-disabled:text-text-base-disabled'),
input: cva(),
};
2 changes: 1 addition & 1 deletion themes/theme-core/src/components/Table.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Table: ThemeComponent<'Table'> = {
header: cva(
[
'group-aria-[multiselectable]/table:[&:first-child]:w-12',
'border-x px-2',
'border-x px-2 font-bold',
'text-text-inverted bg-gray-400',
'odd:bg-bg-accent',
'focus:outline-outline-focus',
Expand Down

0 comments on commit f6a7035

Please sign in to comment.