feat(frontend): add ability to delete datasets

This commit is contained in:
2026-03-04 22:32:12 +00:00
parent f5835b5a97
commit eec8f2417e
2 changed files with 43 additions and 0 deletions

View File

@@ -97,6 +97,16 @@ export const foundationStyles: StyleMap = {
cursor: "pointer",
},
buttonDanger: {
padding: "8px 12px",
borderRadius: 6,
border: `1px solid ${palette.borderDefault}`,
background: palette.dangerText,
color: palette.textPrimary,
fontWeight: 600,
cursor: "pointer",
},
grid: {
marginTop: 12,
display: "grid",