Share reqwest::Client in gallery example

This commit is contained in:
Héctor Ramón Jiménez 2025-10-26 04:22:11 +01:00
parent 1c055e26c0
commit 8b12b313a9
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 6 additions and 8 deletions

View file

@ -588,4 +588,4 @@ fn rounded(theme: &Theme) -> container::Style {
container::dark(theme).border(border::rounded(BORDER_RADIUS))
}
const BORDER_RADIUS: u32 = 20;
const BORDER_RADIUS: u32 = 10;