Skip to content

Commit

Permalink
Change the text color of input in OnboardBrandBottomSheet to text color
Browse files Browse the repository at this point in the history
  • Loading branch information
MalekKamel committed Oct 26, 2024
1 parent 4bce4c0 commit 5530a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
solara (0.4.0)
solara (0.5.0)
cgi (~> 0.4.1)
colorize (~> 1.1.0)
json-schema (~> 4.3.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class OnboardBrandBottomSheet extends HTMLElement {
border-radius: 3.5px;
font-size: 11.2px;
background-color: var(--background-color);
color: var(--text-color);
}
.tooltip {
position: relative;
Expand Down

0 comments on commit 5530a4f

Please sign in to comment.