Skip to content

Commit

Permalink
expose get_builtin_style
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Nov 15, 2023
1 parent 7f9aff0 commit 4621c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ impl AppState {
&view_state.combined_style
}

pub(crate) fn get_builtin_style(&mut self, id: Id) -> BuiltinStyle<'_> {
pub fn get_builtin_style(&mut self, id: Id) -> BuiltinStyle<'_> {
self.get_computed_style(id).builtin()
}

Expand Down

0 comments on commit 4621c89

Please sign in to comment.