appconfigurator | update color & surface styles
This commit is contained in:
@@ -45,7 +45,7 @@ declare type SurfacesType = {
|
|||||||
<div class="flex flex-col gap-4">
|
<div class="flex flex-col gap-4">
|
||||||
<div>
|
<div>
|
||||||
<span class="text-sm text-muted-color font-semibold">Primary</span>
|
<span class="text-sm text-muted-color font-semibold">Primary</span>
|
||||||
<div class="pt-2 flex gap-2 flex-wrap justify-between">
|
<div class="pt-2 flex gap-2 flex-wrap justify-start">
|
||||||
@for (primaryColor of primaryColors(); track primaryColor.name) {
|
@for (primaryColor of primaryColors(); track primaryColor.name) {
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
@@ -62,7 +62,7 @@ declare type SurfacesType = {
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span class="text-sm text-muted-color font-semibold">Surface</span>
|
<span class="text-sm text-muted-color font-semibold">Surface</span>
|
||||||
<div class="pt-2 flex gap-2 flex-wrap justify-between">
|
<div class="pt-2 flex gap-2 flex-wrap justify-start">
|
||||||
@for (surface of surfaces; track surface.name) {
|
@for (surface of surfaces; track surface.name) {
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
Reference in New Issue
Block a user