Work on light theme, update tab
This commit is contained in:
parent
c10d8a8110
commit
5bdaf0e074
6 changed files with 125 additions and 110 deletions
|
@ -171,7 +171,7 @@ impl RenderOnce for IconElement {
|
|||
|
||||
fn render(self, cx: &mut WindowContext) -> Self::Rendered {
|
||||
let svg_size = match self.size {
|
||||
IconSize::Small => rems(14. / 16.),
|
||||
IconSize::Small => rems(12. / 16.),
|
||||
IconSize::Medium => rems(16. / 16.),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue