Skip to content

Commit

Permalink
more minimal style
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Dec 3, 2024
1 parent 20f235d commit 9d00f24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/components/table/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ export const tableCSS = (theme: Theme) => css`
}
// Style action menu buttons in the header
.ac-button[data-size="compact"][data-childless="true"] {
padding: var(--ac-global-dimension-size-25);
padding: 0;
border: none;
background-color: transparent;
}
}
}
Expand Down

0 comments on commit 9d00f24

Please sign in to comment.