Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit 35ea27d

Browse files
authored
Default corners radius: update documentation (#1945)
Signed-off-by: enricocid <[email protected]>
1 parent 1f7b433 commit 35ea27d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/BOTTOMSHEETS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ This is taken from the core module documentation. I'm reiterating it here to mak
133133
know that it is possible, since it's more common to use rounding with bottom sheets than regular
134134
modal dialogs.
135135

136-
Corner radius can be globally changed with an attribute in your app theme. It defaults to 2dp:
136+
Corner radius can be globally changed with an attribute in your app theme. It defaults to 4dp:
137137

138138
```xml
139139
<style name="AppTheme.Custom" parent="Theme.AppCompat">

documentation/CORE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ Corner radius is the rounding of dialog corners:
563563

564564
<img src="https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/customtheme.png" width="250px" />
565565

566-
it can be changed with an attribute in your app theme. It defaults to 2dp:
566+
it can be changed with an attribute in your app theme. It defaults to 4dp:
567567

568568
```xml
569569
<style name="AppTheme.Custom" parent="Theme.AppCompat">

0 commit comments

Comments
 (0)