Connected Devices: fixed UI settings. fixed revocation

This commit is contained in:
Ultradesu
2026-07-24 01:43:56 +03:00
parent cc3153cc3a
commit fa58b2ce43
4 changed files with 314 additions and 79 deletions
+7
View File
@@ -18,6 +18,13 @@ pub fn tab_active() -> Style {
.add_modifier(Modifier::BOLD)
}
pub fn danger_button() -> Style {
Style::new()
.fg(Color::White)
.bg(Color::Rgb(96, 0, 24))
.add_modifier(Modifier::BOLD)
}
pub fn selection() -> Style {
Style::new().fg(Color::White).bg(Color::Rgb(24, 68, 72))
}