Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 812ec00

Browse files
authored
Fix: #38 missing 'color: inherit' in index.css (#41)
1 parent e350d64 commit 812ec00

File tree

1 file changed

+1
-0
lines changed
  • msal_streamlit_authentication/frontend/src

1 file changed

+1
-0
lines changed

msal_streamlit_authentication/frontend/src/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ button {
1616
font-size: inherit;
1717
font-weight: inherit;
1818
font-family: inherit;
19+
color: inherit;
1920
background-color: inherit;
2021
cursor: pointer;
2122
}

0 commit comments

Comments
 (0)