Skip to content

Commit

Permalink
Merge pull request #105 from os2display/feature/ar-902-fixed-separato…
Browse files Browse the repository at this point in the history
…r-default-color

AR-902: Fixed separator default styling
  • Loading branch information
tuj authored Jan 31, 2023
2 parents 99d7fbe + ebf8bfc commit 5449492
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

- [#105](https://github.com/os2display/display-templates/pull/105)
Fixed separator default styling.

## [1.2.0] - 2023-01-05

- [#102](https://github.com/os2display/display-templates/pull/102)
Expand Down
4 changes: 2 additions & 2 deletions build/image-text-config-develop.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"id": "01FP2SNGFN0BZQH03KCBXHKYHG",
"description": "Mulighed for at sætte billede og tekst, med forskellige visninger.",
"resources": {
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/image-text.js?ts=1673527062044",
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/image-text-admin.json?ts=1673527062044",
"component": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/image-text.js?ts=1675157625247",
"admin": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/image-text-admin.json?ts=1675157625247",
"schema": "https://raw.githubusercontent.com/os2display/display-templates/develop/build/image-text-schema.json",
"assets": [],
"options": {},
Expand Down
4 changes: 2 additions & 2 deletions build/image-text-config-main.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"id": "01FP2SNGFN0BZQH03KCBXHKYHG",
"description": "Mulighed for at sætte billede og tekst, med forskellige visninger.",
"resources": {
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/image-text.js?ts=1673527062044",
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/image-text-admin.json?ts=1673527062044",
"component": "https://raw.githubusercontent.com/os2display/display-templates/main/build/image-text.js?ts=1675157625247",
"admin": "https://raw.githubusercontent.com/os2display/display-templates/main/build/image-text-admin.json?ts=1675157625247",
"schema": "https://raw.githubusercontent.com/os2display/display-templates/main/build/image-text-schema.json",
"assets": [],
"options": {},
Expand Down
2 changes: 1 addition & 1 deletion build/image-text.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/image-text/image-text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
}
}

&.separator {
.separator {
background-color: #ee0043;
}

Expand Down

0 comments on commit 5449492

Please sign in to comment.