Skip to content

Commit

Permalink
Fixed merge with v18 - added back style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMessall committed Nov 26, 2024
1 parent ded4d9a commit 3141ca4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/themes/src/presets/aura/datatable/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ export default {
},
padding: '{list.option.padding}',
borderRadius: '{list.option.border.radius}'
},
button: {
active: {
color: '{primary.active.color}',
}
}
},
paginatorTop: {
Expand Down
5 changes: 5 additions & 0 deletions packages/themes/src/presets/lara/datatable/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ export default {
},
padding: '{list.option.padding}',
borderRadius: '{list.option.border.radius}'
},
button: {
active: {
color: '{primary.active.color}',
}
}
},
paginatorTop: {
Expand Down
5 changes: 5 additions & 0 deletions packages/themes/src/presets/material/datatable/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ export default {
},
padding: '{list.option.padding}',
borderRadius: '{list.option.border.radius}'
},
button: {
active: {
color: '{primary.active.color}',
}
}
},
paginatorTop: {
Expand Down
5 changes: 5 additions & 0 deletions packages/themes/src/presets/nora/datatable/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ export default {
},
padding: '{list.option.padding}',
borderRadius: '{list.option.border.radius}'
},
button: {
active: {
color: '{primary.active.color}',
}
}
},
paginatorTop: {
Expand Down

0 comments on commit 3141ca4

Please sign in to comment.