Skip to content

Commit

Permalink
fix liana-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Jan 23, 2025
1 parent 1494d6d commit 011f74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liana-ui/src/theme/button.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub fn transparent(theme: &Theme, status: Status) -> Style {
}

pub fn transparent_border(theme: &Theme, status: Status) -> Style {
button(&theme.colors.buttons.transparent, status)
button(&theme.colors.buttons.transparent_border, status)
}

fn button(p: &Button, status: Status) -> Style {
Expand Down

0 comments on commit 011f74a

Please sign in to comment.