mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Specify tab padding in theme
This commit is contained in:
parent
4d947580b1
commit
7494a395ed
@ -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"
|
||||
|
@ -244,7 +244,6 @@ impl Pane {
|
||||
} else {
|
||||
&theme.tab.container
|
||||
})
|
||||
.with_horizontal_padding(10.)
|
||||
.with_border(border);
|
||||
|
||||
if is_active {
|
||||
|
Loading…
Reference in New Issue
Block a user