Specify tab padding in theme

This commit is contained in:
Nathan Sobo 2021-08-04 16:08:15 -06:00
parent 4d947580b1
commit 7494a395ed
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@ background = "$elevation_1"
background = "$elevation_2"
text = "$text_dull"
border.color = "#000000"
padding = { left = 10, right = 10 }
icon_close = "#383839"
icon_dirty = "#556de8"
icon_conflict = "#e45349"

View File

@ -244,7 +244,6 @@ impl Pane {
} else {
&theme.tab.container
})
.with_horizontal_padding(10.)
.with_border(border);
if is_active {