feat: update primary/secondary color as per design
This commit is contained in:
Родитель
6615b7669e
Коммит
6cb8eddaec
|
@ -89,8 +89,8 @@ The following table lists the available variables for customizing the Material t
|
|||
<tr>
|
||||
<td>$primary</td>
|
||||
<td>
|
||||
<span class="color-preview" style="background-color: #3f51b5"></span>
|
||||
#3f51b5
|
||||
<span class="color-preview" style="background-color: #43a047"></span>
|
||||
#43a047
|
||||
</td>
|
||||
<td>The color that focuses the user attention.<br/>
|
||||
Used for primary buttons and for elements of primary importance across the theme.
|
||||
|
@ -109,8 +109,8 @@ Used to provide contrast between the background and foreground colors.
|
|||
<tr>
|
||||
<td>$secondary</td>
|
||||
<td>
|
||||
<span class="color-preview" style="background-color: #ff4081"></span>
|
||||
#ff4081
|
||||
<span class="color-preview" style="background-color: #3193ee"></span>
|
||||
#3193ee
|
||||
</td>
|
||||
<td>The secondary (accent) color of the theme.
|
||||
</td>
|
||||
|
|
|
@ -113,7 +113,7 @@ $rgba-transparent: rgba( 0, 0, 0, 0 );
|
|||
// Theme colors
|
||||
/// The color that focuses the user attention.
|
||||
/// Used for primary buttons and for elements of primary importance across the theme.
|
||||
$primary: #3f51b5 !default;
|
||||
$primary: #43a047 !default;
|
||||
$accent: $primary;
|
||||
|
||||
/// The color used along with the primary color denoted by $primary.
|
||||
|
@ -122,7 +122,7 @@ $primary-contrast: #ffffff !default;
|
|||
$accent-contrast: $primary-contrast;
|
||||
|
||||
/// The secondary (accent) color of the theme.
|
||||
$secondary: #ff4081 !default;
|
||||
$secondary: #3193ee !default;
|
||||
|
||||
/// The color used along with the secondary color denoted by $secondary.
|
||||
/// Used to provide contrast between the background and foreground colors.
|
||||
|
|
Загрузка…
Ссылка в новой задаче