Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2827 | Rev 2830 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2827 Rev 2829
Línea 86... Línea 86...
86
 
86
 
87
export function WidgetActions({ children, styles = {}, ...props }) {
87
export function WidgetActions({ children, styles = {}, ...props }) {
88
  return (
88
  return (
89
    <CardActions
89
    <CardActions
90
      sx={{
90
      sx={{
91
        padding: 1,
91
        padding: 0.5,
92
        justifyContent: 'space-around',
92
        justifyContent: 'space-around',
93
        gap: 1,
93
        gap: 1,
94
        '& > button': {
94
        '& > button': {
95
          flex: '1'
95
          flex: '1'