Skip to content

Instantly share code, notes, and snippets.

// #1 - Default button
Button(action: {}) {
Text("Example 1")
}
// #2 - Give it some padding, a background, and rounded corners
Button(action: {}) {
Text("Example 2").color(.white)
}
.padding(.all)
// #1 - Default button
Button(action: {}) {
Text("Example 1")
}
diff --git a/client/lib/App.pm b/client/lib/App.pm
old mode 100644
new mode 100755
index 1d8bcc0..ad381fa
--- a/client/lib/App.pm
+++ b/client/lib/App.pm
@@ -53,7 +53,7 @@ sub url {
{
my %handlers = map { $_ => 1} qw(
index create chat status raw events