Skip to content

Commit ad9eec8

Browse files
authored
fixed the fill in diff theme of scroll svg (#1357)
1 parent c16a9ed commit ad9eec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_airflow_theme/sphinx_airflow_theme/suggest_change_button.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{% set github_link = 'https://' ~ github_host|default("github.com") ~ '/' ~ github_user ~ '/' ~ github_repo ~ '/' ~ theme_vcs_pageview_mode|default("blob") ~ '/' ~ github_version ~ conf_py_path ~ pagename ~ suffix %}
4040
{% endif %}
4141
<div class="base-layout--button fade-target">
42-
<button class="btn-hollow btn-brown with-box-shadow"
42+
<button class="btn-hollow btn-brown with-box-shadow btn-with-icon"
4343
onclick="window.scrollTo({ top: 0, behavior: 'smooth' });"
4444
aria-label="Scroll to top"
4545
>

0 commit comments

Comments
 (0)