Skip to content

Commit f352ae4

Browse files
docs(datetime): add new css variable for styling picker (#3303)
1 parent 857f496 commit f352ae4

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

static/usage/v8/datetime/styling/wheel-styling/angular/example_component_css.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ion-datetime {
33
--background: rgb(245, 235, 247);
44
--background-rgb: 245, 235, 247;
55
--wheel-highlight-background: rgb(218, 216, 255);
6+
--wheel-highlight-border-radius: 48px;
67
--wheel-fade-background-rgb: 245, 235, 247;
78
}
89

static/usage/v8/datetime/styling/wheel-styling/demo.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
--background: rgb(245, 235, 247);
1515
--background-rgb: 245, 235, 247;
1616
--wheel-highlight-background: rgb(218, 216, 255);
17+
--wheel-highlight-border-radius: 48px;
1718
--wheel-fade-background-rgb: 245, 235, 247;
1819
}
1920

static/usage/v8/datetime/styling/wheel-styling/javascript.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
--background: rgb(245, 235, 247);
55
--background-rgb: 245, 235, 247;
66
--wheel-highlight-background: rgb(218, 216, 255);
7+
--wheel-highlight-border-radius: 48px;
78
--wheel-fade-background-rgb: 245, 235, 247;
89
}
910

static/usage/v8/datetime/styling/wheel-styling/react/main_css.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ion-datetime {
33
--background: rgb(245, 235, 247);
44
--background-rgb: 245, 235, 247;
55
--wheel-highlight-background: rgb(218, 216, 255);
6+
--wheel-highlight-border-radius: 48px;
67
--wheel-fade-background-rgb: 245, 235, 247;
78
}
89

static/usage/v8/datetime/styling/wheel-styling/vue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
--background: rgb(245, 235, 247);
1818
--background-rgb: 245, 235, 247;
1919
--wheel-highlight-background: rgb(218, 216, 255);
20+
--wheel-highlight-border-radius: 48px;
2021
--wheel-fade-background-rgb: 245, 235, 247;
2122
}
2223

0 commit comments

Comments
 (0)