More updates. Done for the day.

This commit is contained in:
Scott Idem
2025-06-19 20:42:28 -04:00
parent 00322aee89
commit 94ccbd5f96
3 changed files with 20 additions and 8 deletions

View File

@@ -306,7 +306,12 @@ html.trusted_access #appShell {
}
.ae_btn_secondary_outlined {
@apply preset-outlined-secondary-200-800 hover:preset-filled-secondary-200-800 border border-secondary-500 transition-all;
/* hover:preset-outlined-secondary-500 */
}
.ae_btn_warning_outlined {
@apply preset-outlined-warning-200-800 hover:preset-filled-warning-200-800 border border-warning-500 transition-all;
}
.ae_btn_surface_surface {
@apply preset-filled-surface-200-800 border border-surface-500 transition-all;
}