Skip to content

Commit

Permalink
domain changes for simple themes
Browse files Browse the repository at this point in the history
  • Loading branch information
fusionandy committed May 29, 2024
1 parent 80062a8 commit 9f2acbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/io/fusionauth/domain/SimpleThemeVariables.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
package io.fusionauth.domain;

import java.net.URI;
import java.util.Objects;

/**
Expand All @@ -27,7 +28,7 @@ public class SimpleThemeVariables implements Buildable<SimpleThemeVariables> {

public String alertFontColor;

public String backgroundImageURL;
public URI backgroundImageURL;

public String backgroundSize;

Expand Down Expand Up @@ -69,7 +70,7 @@ public class SimpleThemeVariables implements Buildable<SimpleThemeVariables> {

public String logoImageSize;

public String logoImageURL;
public URI logoImageURL;

public String monoFontColor;

Expand Down

0 comments on commit 9f2acbd

Please sign in to comment.