[Store UI] Add shadow to cards, start v8.10.0-dev

pull/39/head
Oj18 3 years ago
parent 01c8e30c7e
commit 84d5f3d73e

@ -1,5 +1,10 @@
# GooseMod Changelog
## v8.10.0-dev [2021-06-09]
- ### Store
- Added shadow to cards
## v8.9.0 [2021-06-07]
- ### Home

@ -110,7 +110,7 @@ const init = async function () {
}
this.versioning = {
version: '8.9.0',
version: '8.10.0-dev',
hash: '<hash>', // Hash of built final js file is inserted here via build script
lastUsedVersion: localStorage.getItem('goosemodLastVersion')

@ -708,7 +708,7 @@ export const _createItem = (panelName, content) => {
//if (e.class) el.classList.add(e.class);
el.style.boxShadow = 'var(--elevation-medium)';
el.style.backgroundColor = 'var(--background-secondary)';
el.style.borderRadius = '8px';

Loading…
Cancel
Save