Skip to content

Commit

Permalink
v0.8.2, shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Aug 31, 2023
1 parent ef70e51 commit 68ec138
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,18 @@ and this project adheres to

### Fixed

## [v0.8.1]
## [v0.8.2] - 2023-08-31

### Added

### Changed

### Fixed

- Lack of differentiation between top of job editor modal and top menu was
disorienting. Added shadow.

## [v0.8.1] - 2023-08-31

### Added

Expand All @@ -27,7 +38,7 @@ and this project adheres to

### Fixed

## [v0.8.0]
## [v0.8.0] - 2023-08-31

### Added

Expand Down
2 changes: 1 addition & 1 deletion lib/lightning_web/live/workflow_live/edit.ex
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ defmodule LightningWeb.WorkflowLive.Edit do
class={[
"fixed left-0 top-0 right-0 bottom-0 m-8",
"hidden opacity-0",
"bg-white inset-0 z-30 overflow-y-auto rounded-lg shadow-xl"
"bg-white inset-0 z-30 overflow-y-auto rounded-lg drop-shadow-[0_35px_35px_rgba(0,0,0,0.25)]"
]}
phx-mounted={fade_in()}
phx-remove={fade_out()}
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Lightning.MixProject do
def project do
[
app: :lightning,
version: "0.8.1",
version: "0.8.2",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: Mix.compilers(),
Expand Down

0 comments on commit 68ec138

Please sign in to comment.