Add basic album list
This commit is contained in:
@@ -7,10 +7,10 @@ export component FooterButton inherits Rectangle {
|
||||
|
||||
states [
|
||||
pressed when touch.pressed: {
|
||||
background: #0000ff30;
|
||||
background: #0000ff30; // TODO: palette
|
||||
}
|
||||
hovered when touch.has-hover: {
|
||||
background: #0000ff15;
|
||||
background: #0000ff15; // TODO: palette
|
||||
}
|
||||
default: {
|
||||
background: #0000;
|
||||
@@ -30,7 +30,7 @@ export component FooterButton inherits Rectangle {
|
||||
padding-right: 20px;
|
||||
Image {
|
||||
source: icon;
|
||||
colorize: #accbfa;
|
||||
colorize: Palette.accent-background;
|
||||
}
|
||||
Text {
|
||||
text: title;
|
||||
|
||||
Reference in New Issue
Block a user