We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec71e3 commit 709b5beCopy full SHA for 709b5be
livebooks/stylesheets.livemd
@@ -455,7 +455,7 @@ We group modifiers together within a class that can be applied to an element. He
455
```elixir
456
~SHEET"""
457
"red-title" do
458
- foregroundColor(.red)
+ foregroundStyle(.red)
459
font(.title)
460
end
461
"""
@@ -472,8 +472,8 @@ defmodule ServerWeb.Styles.App.SwiftUI do
472
473
474
475
- foregroundColor(.red);
476
- font(.title);
+ font(.title)
477
478
479
0 commit comments