Tool authorization

This commit is contained in:
Agus Zubiaga 2025-07-01 20:32:21 -03:00
parent 6f768aefa2
commit 3ceeefe460
6 changed files with 206 additions and 21 deletions

View file

@ -39,7 +39,7 @@ pub trait StyledExt: Styled + Sized {
/// Sets `bg()`, `rounded_lg()`, `border()`, `border_color()`, `shadow()`
///
/// Example Elements: Title Bar, Panel, Tab Bar, Editor
fn elevation_1(self, cx: &mut App) -> Self {
fn elevation_1(self, cx: &App) -> Self {
elevated(self, cx, ElevationIndex::Surface)
}