mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 21:24:58 +08:00
10 lines
191 B
Text
10 lines
191 B
Text
|
@import "ui-variables";
|
||
|
|
||
|
atom-text-editor {
|
||
|
padding-top: @component-padding;
|
||
|
padding-right: @component-padding;
|
||
|
padding-bottom: @component-padding;
|
||
|
|
||
|
color: @input-background-color;
|
||
|
}
|