Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
fix: 変数名ミスの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
PigeonsHouse committed Jan 16, 2024
1 parent a91db70 commit 78b3c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def __init__(
case "font-border-color":
parse_value = color_parser(value)
if parse_value is not None:
self.background_color = parse_value
self.font_border_color = parse_value
case "font-border-width":
parse_value = pixel_parser(value)
if parse_value is not None:
Expand Down

0 comments on commit 78b3c13

Please sign in to comment.