Share reqwest::Client in gallery example
This commit is contained in:
parent
1c055e26c0
commit
8b12b313a9
2 changed files with 6 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue