diff --git a/src/stylesheets/themes/github-dark-orange/button.scss b/src/stylesheets/themes/github-dark-orange/button.scss index e7838005..99633916 100644 --- a/src/stylesheets/themes/github-dark-orange/button.scss +++ b/src/stylesheets/themes/github-dark-orange/button.scss @@ -5,8 +5,10 @@ } button[role=tab] { + margin: 0.1rem 0 0 0.1rem; color: $gray-600; + .selected { color: $text-gray-dark; } -} +} \ No newline at end of file diff --git a/src/stylesheets/themes/gruvbox-dark/button.scss b/src/stylesheets/themes/gruvbox-dark/button.scss index 1aed6896..37d84239 100644 --- a/src/stylesheets/themes/gruvbox-dark/button.scss +++ b/src/stylesheets/themes/gruvbox-dark/button.scss @@ -5,8 +5,10 @@ } button[role=tab] { + margin: 0.1rem 0 0 0.1rem; color: $light4; + .selected { color: $light0; } -} +} \ No newline at end of file